Skip to content

Commit 0c58204

Browse files
committed
Use curl in place of wget
1 parent eb38f4d commit 0c58204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slides/04 - dvcs-1/download-resources.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ download_image() {
77
echo $1
88
echo $DESTINATION
99
if [ ! -f "$DESTINATION" ]; then
10-
wget -O "$DESTINATION" "$1"
10+
curl -o "$DESTINATION" "$1"
1111
fi
1212
}
1313

0 commit comments

Comments
 (0)