Skip to content
Snippets Groups Projects
Commit 6bd388c0 authored by 🚄 Job van der Voort 🚀's avatar 🚄 Job van der Voort 🚀
Browse files

Merge branch 'sudo-e' into 'master'

Use `sudo -e` to edit gitlab.rb
parents b48930f6 5166fede
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -73,7 +73,7 @@ platforms:
<div class="tab-step">
<p>Edit the configuration file to add your hostname</p>
<p>
<pre>sudo edit /etc/gitlab/gitlab.rb</pre>
<pre>sudo -e /etc/gitlab/gitlab.rb</pre>
</p>
</div>
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment