diff options
Diffstat (limited to 'lib/gitlab_keys.rb')
-rw-r--r-- | lib/gitlab_keys.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab_keys.rb b/lib/gitlab_keys.rb index 675f5e1..faa0716 100644 --- a/lib/gitlab_keys.rb +++ b/lib/gitlab_keys.rb @@ -92,6 +92,6 @@ class GitlabKeys end def lock_file - @lock_file ||= File.join(ROOT_PATH, "authorized_keys.lock") + @lock_file ||= auth_file + '.lock' end end |