summaryrefslogtreecommitdiff
path: root/app/models/application_setting.rb
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-01-27 14:36:52 -0600
committerMike Greiling <mike@pixelcog.com>2017-01-27 15:23:09 -0600
commit7e51cd32d3ed8bf6320b69b7976a8b10d168edba (patch)
tree148839f234a0853d837f07df13ec34f4349fa71c /app/models/application_setting.rb
parent336d780d95ae30819262782e8ce079b58082a3e9 (diff)
downloadgitlab-ce-7e51cd32d3ed8bf6320b69b7976a8b10d168edba.tar.gz
update scripts and docs to reference the newly namespaced rake taskrelative-url-assets
Diffstat (limited to 'app/models/application_setting.rb')
-rw-r--r--app/models/application_setting.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/application_setting.rb b/app/models/application_setting.rb
index e0ccff52ebe..2df8b071e13 100644
--- a/app/models/application_setting.rb
+++ b/app/models/application_setting.rb
@@ -158,7 +158,7 @@ class ApplicationSetting < ActiveRecord::Base
Rails.cache.delete(CACHE_KEY)
rescue
# Gracefully handle when Redis is not available. For example,
- # omnibus may fail here during assets:precompile.
+ # omnibus may fail here during gitlab:assets:compile.
end
def self.cached