diff options
author | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2020-10-01 08:15:50 +0000 |
---|---|---|
committer | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2020-10-01 08:15:50 +0000 |
commit | 44f0b8dcbfcb7def02e930bdaab17b7240eec31f (patch) | |
tree | fe00b1697a94a84e59ac3aadcda2ba44a43fc1e9 | |
parent | 1b63fc96e1a11a139ebd7b7f8b1427048a3d79b3 (diff) | |
download | gitlab-shell-zj-config-secret.tar.gz |
Apply 1 suggestion(s) to 1 file(s)zj-config-secret
-rw-r--r-- | config.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.yml.example b/config.yml.example index 88e0c7d..645cb88 100644 --- a/config.yml.example +++ b/config.yml.example @@ -39,7 +39,7 @@ auth_file: "/home/git/.ssh/authorized_keys" # Default is .gitlab_shell_secret in the gitlab-shell directory. # secret_file: "/home/git/gitlab-shell/.gitlab_shell_secret" # -# The secret field supersecedes the secret_file, and if set that +# The secret field supersedes the secret_file, and if set that # file will not be read. # secret: "supersecret" |