Skip to content

Commit 8626bc7

Browse files
committed
Merge pull request #6 from nafu/install_patch
Fixed install script
2 parents 53b105c + 7036617 commit 8626bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require_relative '../lib/gitlab_init'
77
#
88

99
config = GitlabConfig.new
10-
key_dir = config.auth_file.delete "authorized_keys"
10+
key_dir = File.dirname("#{config.auth_file}")
1111

1212
commands = [
1313
"mkdir -p #{config.repos_path}",

0 commit comments

Comments
 (0)