Skip to content

Commit

Permalink
sleepwatcher: fix audit warning
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#50503.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
eirinikos authored and xu-cheng committed Mar 29, 2016
1 parent 466560e commit 2f2c065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/sleepwatcher.rb
Expand Up @@ -19,7 +19,7 @@ def install

# Build and install binary
cd "sources" do
system "mv", "../sleepwatcher.8", "."
mv "../sleepwatcher.8", "."
system "make", "install", "PREFIX=#{prefix}"
end

Expand Down

0 comments on commit 2f2c065

Please sign in to comment.