summarylogtreecommitdiffstats
path: root/shell-link.patch
diff options
context:
space:
mode:
Diffstat (limited to 'shell-link.patch')
-rw-r--r--shell-link.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/shell-link.patch b/shell-link.patch
deleted file mode 100644
index 60dc8b62057a..000000000000
--- a/shell-link.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/gitlab/shell.rb 2017-04-25 16:10:04.588925291 +0200
-+++ lib/gitlab/shell.rb 2017-04-25 16:10:08.628924919 +0200
-@@ -53,7 +53,6 @@
-
- link_path = File.join(shell_path, '.gitlab_shell_secret')
- if File.exist?(shell_path) && !File.exist?(link_path)
-- FileUtils.symlink(secret_file, link_path)
- end
- end
- end