Преглед изворни кода

Update 'gogs/LXC-RockyLinux.md'

minor change to database creation
Michael Honkoop пре 8 месеци
родитељ
комит
cad5985921
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      gogs/LXC-RockyLinux.md

+ 1 - 1
gogs/LXC-RockyLinux.md

@@ -122,7 +122,7 @@ Thanks for using MariaDB!
 ```
 
 ###### 
-Create database and populate it for GOGS
+Create database for GOGS
 ```
 mysql -u root < /opt/gogs/scripts/mysql.sql
 ```