Skip to content

Commit

Permalink
fix quite flag
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair committed Jul 15, 2024
1 parent 617d384 commit e75a111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/packager.io/before.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ else
curl https://github.com/$REPO/releases/download/$APP_PKG_VERSION/frontend-build.zip -L -O -f
mkdir -p src/backend/InvenTree/web/static
echo "INFO frontend | Unzipping frontend"
unzip frontend-build.zip -d src/backend/InvenTree/web/static/web -q
unzip -qq frontend-build.zip -d src/backend/InvenTree/web/static/web
echo "INFO frontend | Unzipped frontend"
fi

0 comments on commit e75a111

Please sign in to comment.