Skip to content

Commit

Permalink
Fixed white space and added location feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Pisciotta committed Mar 6, 2018
1 parent f9889ee commit 1f29529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ def exec_service(service, command, failonerror=True):
if options.enablerepos:
enable_repos()

if options.location and 'foreman' in options.skip:
if options.location and 'foreman' in options.skip:
delete_file('/etc/rhsm/facts/location.facts')

if not options.remove and not options.new_capsule:
Expand Down

0 comments on commit 1f29529

Please sign in to comment.