mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-26 23:19:33 +00:00
builder: Fix typos in text comments
This commit is contained in:
@@ -59,7 +59,7 @@ get_image() {
|
||||
echo_stamp "Downloading original clever distribution"
|
||||
wget --progress=dot:giga -O ${BUILD_DIR}/${RPI_ZIP_NAME} $2
|
||||
echo_stamp "Downloading complete" "SUCCESS"
|
||||
else echo_stamp "clever distribution already donwloaded" "INFO"; fi
|
||||
else echo_stamp "Clever distribution already downloaded" "INFO"; fi
|
||||
|
||||
echo_stamp "Unzipping clever distribution image" \
|
||||
&& unzip -p ${BUILD_DIR}/${RPI_ZIP_NAME} ${RPI_IMAGE_NAME} > $1 \
|
||||
|
||||
Reference in New Issue
Block a user