There was an error while loading. Please reload this page.
2 parents 53b105c + 7036617 commit 8626bc7Copy full SHA for 8626bc7
bin/install
@@ -7,7 +7,7 @@ require_relative '../lib/gitlab_init'
7
#
8
9
config = GitlabConfig.new
10
-key_dir = config.auth_file.delete "authorized_keys"
+key_dir = File.dirname("#{config.auth_file}")
11
12
commands = [
13
"mkdir -p #{config.repos_path}",
0 commit comments