1
0
mirror of https://github.com/fallenbagel/jellyseerr.git synced 2026-01-11 00:58:16 -05:00

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: | override-pull: |
snapcraftctl pull snapcraftctl pull
# Get information to determine snap grade and version # 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 #setup yarn.rc
echo "--install.frozen-lockfile\n--install.network-timeout 1000000" > .yarnrc echo "--install.frozen-lockfile\n--install.network-timeout 1000000" > .yarnrc
BRANCH=$(git rev-parse --abbrev-ref HEAD) BRANCH=$(git rev-parse --abbrev-ref HEAD)