Skip to content

Commit

Permalink
i am lame
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Aug 7, 2009
1 parent f64b912 commit 96e894b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cijoe.rb
Expand Up @@ -117,7 +117,7 @@ def git_user_and_project

# massage our repo
def run_hook(hook)
if File.exists?(file='.git/hooks/#{hook}') && File.executable?(file)
if File.exists?(file=".git/hooks/#{hook}") && File.executable?(file)
`sh #{file}`
end
end
Expand Down

0 comments on commit 96e894b

Please sign in to comment.