Commit 4e22874b authored by Jacob Vosmaer's avatar Jacob Vosmaer

Use built-in Ruby Dir.pwd instead of the shell

parent 79bceae6
......@@ -6,7 +6,7 @@
refname = ARGV[0]
key_id = ENV['GL_ID']
repo_path = `pwd`
repo_path = Dir.pwd
require_relative '../lib/gitlab_update'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment