0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

🐛 Fix typo in manage.sh

This commit is contained in:
Alejandro Alonso 2022-08-19 07:21:51 +02:00
parent 0c717c579b
commit 4a655c863a

View file

@ -126,7 +126,7 @@ function build-backend-bundle {
mv ./backend/target/dist $bundle_dir;
echo $version > $bundle_dir/version.txt;
put-license-file $bundle_dir;
echo ">> bundle frontend end";
echo ">> bundle backend end";
}
function build-exporter-bundle {