Skip to content

Commit 32d0e27

Browse files
authored
Merge pull request #2562 from haroldsamuels87/patch-1
fixed a typo
2 parents cf3cb35 + 944a638 commit 32d0e27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/runtime/functions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,7 +1561,7 @@ initialize_datadir() {
15611561
if [[ ${GITLAB_PACKAGES_ENABLED} == true ]]; then
15621562
mkdir -p ${GITLAB_PACKAGES_DIR}
15631563
chmod u+rwX ${GITLAB_PACKAGES_DIR}
1564-
chown ${GILTAB_USER}: ${GITLAB_PACKAGES_DIR}
1564+
chown ${GITLAB_USER}: ${GITLAB_PACKAGES_DIR}
15651565
fi
15661566

15671567
# create the backups directory
@@ -1642,7 +1642,7 @@ sanitize_datadir() {
16421642

16431643
if [[ ${GITLAB_PACKAGES_ENABLED} ]]; then
16441644
chmod u+rwX ${GITLAB_PACKAGES_DIR}
1645-
chown ${GILTAB_USER}: ${GITLAB_PACKAGES_DIR}
1645+
chown ${GITLAB_USER}: ${GITLAB_PACKAGES_DIR}
16461646
fi
16471647

16481648
find ${GITLAB_DATA_DIR}/uploads -type f -exec chmod 0644 {} \;

0 commit comments

Comments
 (0)