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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'commands/frontend.rb')
-rw-r--r--commands/frontend.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/frontend.rb b/commands/frontend.rb
index c88c475f..48ece62f 100644
--- a/commands/frontend.rb
+++ b/commands/frontend.rb
@@ -42,5 +42,4 @@ run do |opts, args, cmd|
puts 'Copying Lunr.js...'
puts "- Copied #{lunr_src}" if File.write('public/assets/javascripts/lunr.min.js', File.read("#{root}/#{lunr_src}"))
end
-
end