Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Aug 7, 2009
1 parent d272f7e commit f64b912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cijoe.rb
Expand Up @@ -118,7 +118,7 @@ def git_user_and_project
# massage our repo
def run_hook(hook)
if File.exists?(file='.git/hooks/#{hook}') && File.executable?(file)
`sh #{hook}`
`sh #{file}`
end
end
end

0 comments on commit f64b912

Please sign in to comment.