Skip to content

Commit

Permalink
Appease the style police
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarrett-twc committed Jun 12, 2016
1 parent d40c677 commit 0950ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/consul_definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def to_json
mode '0755'
# Prevent clobbering permissions on the directory since the intent
# in this context is to set the permissions of the definition file
not_if { Dir.exist? self.path }
not_if { Dir.exist? path }
end
end

Expand Down

0 comments on commit 0950ae5

Please sign in to comment.