commit 303959c46989ce5c853a2a07713317921cb5ef1d
parent ddffb065544d926437722b54a6cc64bbd9173a25
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Thu, 11 Jun 2020 14:57:52 -0400
Change auto-uploading message in compile script
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile b/compile
@@ -98,7 +98,7 @@ auto_upload()
if [ "$autoUpload" != "true" ]; then
return 0
fi
- print_info_msg "Auto-uploading file..."
+ print_info_msg "Auto-uploading file"
if [ "$autoUpload" = "true" ]; then
if [ "$fileExt" = "css" ]; then
outputFile="$(echo "$outputFile" | cut -d'/' -f2-)"