mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
Fix typo in upload_packages.sh.
This commit is contained in:
parent
33e3b5c8d0
commit
d97c2d6f98
@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
|
||||
if [ ! -f update_packages.sh ]; then
|
||||
echo You must run update_packages.sh from scripts/ directory
|
||||
if [ ! -f upload_packages.sh ]; then
|
||||
echo You must run upload_packages.sh from scripts/ directory
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user