summaryrefslogtreecommitdiff
path: root/lib/system_check/app/log_writable_check.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/system_check/app/log_writable_check.rb')
-rw-r--r--lib/system_check/app/log_writable_check.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system_check/app/log_writable_check.rb b/lib/system_check/app/log_writable_check.rb
index e26ad143eb8..2c108f0c18d 100644
--- a/lib/system_check/app/log_writable_check.rb
+++ b/lib/system_check/app/log_writable_check.rb
@@ -15,7 +15,7 @@ module SystemCheck
"sudo chmod -R u+rwX #{log_path}"
)
for_more_information(
- see_installation_guide_section 'GitLab'
+ see_installation_guide_section('GitLab')
)
fix_and_rerun
end