Skip to content

Commit 4efadad

Browse files
committed
Open issue best practice
1 parent 6e4bcf1 commit 4efadad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

install/pkgr/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ The following steps have been known to work and should be followed from up to bo
1818
If you deviate from this guide, do it with caution and make sure you don't violate
1919
any assumptions GitLab makes about its environment.
2020

21-
2221
#### If you find a bug
2322

2423
If you find a bug/error in this guide please submit an issue or a Merge Request
2524
following the contribution guide (see [CONTRIBUTING.md](https://gitlab.com/gitlab-org/gitlab-recipes/blob/master/CONTRIBUTING.md)).
25+
Should you encounter any issues regarding the pkgr.io package, please open an issue
26+
starting with [pkgrio].
2627

2728
- - -
2829

@@ -80,8 +81,8 @@ Now create a new postgres user and database:
8081

8182
```shell
8283
echo "CREATE USER \"user\" SUPERUSER PASSWORD 'pass';" | su - postgres -c psql && \
83-
echo "CREATE DATABASE gitlabhq;" | su - postgres -c psql && \
84-
echo "GRANT ALL PRIVILEGES ON DATABASE \"gitlabhq\" TO \"user\";" | su - postgres -c psql
84+
echo "CREATE DATABASE gitlabhq;" | su - postgres -c psql && \
85+
echo "GRANT ALL PRIVILEGES ON DATABASE \"gitlabhq\" TO \"user\";" | su - postgres -c psql
8586
```
8687

8788
## 3. Configure the package

0 commit comments

Comments
 (0)