Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-03 08:53:27 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-03 08:53:27 +0300
commitd04344373b899c1e54948ca46478f7b907a576d2 (patch)
tree598e2383d7c40f3263f08d40edc256fb82a09c76 /config/initializers/gitlab_shell_secret_token.rb
parent615bb941358389a1fdfec34abc6af8b61db75580 (diff)
Rubocop: no trailing newlines
Diffstat (limited to 'config/initializers/gitlab_shell_secret_token.rb')
-rw-r--r--config/initializers/gitlab_shell_secret_token.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/initializers/gitlab_shell_secret_token.rb b/config/initializers/gitlab_shell_secret_token.rb
index 8d2b771e535..e7c9f0ba7c2 100644
--- a/config/initializers/gitlab_shell_secret_token.rb
+++ b/config/initializers/gitlab_shell_secret_token.rb
@@ -16,4 +16,4 @@ end
if File.exist?(Gitlab.config.gitlab_shell.path) && !File.exist?(gitlab_shell_symlink)
FileUtils.symlink(secret_file, gitlab_shell_symlink)
-end \ No newline at end of file
+end