fix typo in the safe directory

This commit is contained in:
Fallenbagel
2023-06-25 20:41:46 +05:00
committed by GitHub
parent 4f89286fa8
commit da2d8fe35b

View File

@@ -37,7 +37,7 @@ parts:
override-pull: |
snapcraftctl pull
# Get information to determine snap grade and version
git config --global --add safe.directory /data/parts/jellyyseerr/src
git config --global --add safe.directory /data/parts/jellyseerr/src
#setup yarn.rc
echo "--install.frozen-lockfile\n--install.network-timeout 1000000" > .yarnrc
BRANCH=$(git rev-parse --abbrev-ref HEAD)