mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
🐛 Minor fix on manage.sh script.
This commit is contained in:
parent
ccf1031fad
commit
1d349ec62b
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ function build-image {
|
|||
|
||||
function build-images {
|
||||
local version="$CURRENT_VERSION";
|
||||
local bundle_file="penpot-$CURRENT_BRANCH-$CURRENT_VERSION.tar.xz";
|
||||
local bundle_file="penpot-$CURRENT_BRANCH.tar.xz";
|
||||
|
||||
if [ $CURRENT_BRANCH != "main" ]; then
|
||||
version="$CURRENT_BRANCH-$CURRENT_VERSION";
|
||||
|
|
Loading…
Add table
Reference in a new issue