diff --git a/Linux-instructions.md b/Linux-instructions.md index 85304fe..096b016 100644 --- a/Linux-instructions.md +++ b/Linux-instructions.md @@ -46,7 +46,7 @@ for type in Bold Light Medium Regular Retina; do file_url="https://github.com/tonsky/FiraCode/blob/master/distr/ttf/FiraCode-${type}.ttf?raw=true" if [ ! -e "${file_path}" ]; then echo "wget -O $file_path $file_url" - wget -O "${file_path} ${file_url}" + wget -O "${file_path}" "${file_url}" else echo "Found existing file $file_path" fi;