.github/scripts: Fix indentation and trailing spaces. (#6157)

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche
2022-01-20 12:15:12 +01:00
committed by GitHub
parent 4a1cbeb69b
commit a61609376a
6 changed files with 225 additions and 229 deletions

View File

@@ -71,7 +71,7 @@ function git_safe_upload_to_pages(){
local name=$(basename "$file")
local size=`get_file_size "$file"`
local upload_res=`git_upload_to_pages "$path" "$file"`
if [ $? -ne 0 ]; then
if [ $? -ne 0 ]; then
>&2 echo "ERROR: Failed to upload '$name' ($?)"
return 1
fi