Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Restore fix added by commit 4e22874
Use Dir.pwd instead of `pwd` in update hook
  • Loading branch information
dmsck committed Mar 11, 2014
commit cd21f044ff7c47287c0d37f4aeb127ec12b9f79b
2 changes: 1 addition & 1 deletion hooks/update.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

refname = ARGV[0]
key_id = ENV['GL_ID']
repo_path = `pwd`
repo_path = Dir.pwd

require_relative '../lib/gitlab_update'

Expand Down