0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-11 01:28:30 -05:00

🐛 Minor fix on manage.sh.

This commit is contained in:
Andrey Antukh 2021-01-26 18:55:53 +01:00
parent b9fe8e4b33
commit b1b1f1f579

View file

@ -145,6 +145,7 @@ function build-images {
if [ $CURRENT_BRANCH != "main" ]; then
version="$CURRENT_BRANCH-$CURRENT_VERSION";
bundle_file="penpot-$CURRENT_BRANCH.tar.xz";
fi;
if [ ! -f $bundle_file ]; then