Skip to content

Commit e3ada30

Browse files
author
Quentin Perez
committed
remove S3 typo in create-image-from-http
1 parent f506141 commit e3ada30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/create-image-from-http.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ scw exec "${SERVER}" 'mkfs.ext4 /dev/nbd1 && mount /dev/nbd1 /mnt'
4040
echo "[+] /dev/nbd1 formatted in ext4 and mounted on /mnt"
4141

4242

43-
echo "[+] Download tarball from S3 and write it to /dev/nbd1"
43+
echo "[+] Download tarball and write it to /dev/nbd1"
4444
scw exec "${SERVER}" "wget -qO - ${URL} | tar -C /mnt/ -xf - && sync"
4545
echo "[+] Tarball extracted on /dev/nbd1"
4646

0 commit comments

Comments
 (0)