mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-10-07 19:30:56 +02:00
.github/scripts: Fix indentation and trailing spaces. (#6157)
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
GitHub
parent
4a1cbeb69b
commit
a61609376a
2
.github/scripts/on-pages.sh
vendored
2
.github/scripts/on-pages.sh
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user