Always better to use quotes

This commit is contained in:
Tony Garnock-Jones 2023-03-17 10:30:31 +01:00
parent 1fc45a5365
commit b74f9a708b
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ latestversion=$(git tag | fgrep python-preserves@ | cut -d@ -f2 | sort -V -r | h
printf '\n]'
) | tee ../../_data/python-versions.json
rm -f ../../python/latest
ln -s $latestversion ../../python/latest
ln -s "$latestversion" ../../python/latest