Skip to content

Commit d7c5b44

Browse files
committed
Merge pull request #199 from skarllot/master
Fixed some typos
2 parents d3c44c9 + 4a6294f commit d7c5b44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/centos/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Create a new user and database for GitLab:
283283
# Create the GitLab production database
284284
CREATE DATABASE IF NOT EXISTS `gitlabhq_production` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`;
285285

286-
# Grant the GitLab user necessary permissopns on the table.
286+
# Grant the GitLab user necessary permissions on the table.
287287
GRANT SELECT, LOCK TABLES, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER ON `gitlabhq_production`.* TO 'git'@'localhost';
288288

289289
# Quit the database session
@@ -448,7 +448,7 @@ Make GitLab start on boot:
448448

449449
### Set up logrotate
450450

451-
sudo cp lib/support/logrotate/gitlab /etc/logrotate.d/gitlab
451+
cp lib/support/logrotate/gitlab /etc/logrotate.d/gitlab
452452

453453
### Check Application Status
454454

@@ -460,7 +460,7 @@ Check if GitLab and its environment are configured correctly:
460460

461461
service gitlab start
462462

463-
## Compile assets
463+
### Compile assets
464464

465465
sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
466466

0 commit comments

Comments
 (0)