refactor(os): Typo (#19)

This commit is contained in:
hygienic-books 2023-11-11 04:01:28 +01:00
parent 257648c99d
commit eaf83163b6

View File

@ -316,7 +316,7 @@ function setup_env_vars () {
printf -- '%s\n' \ printf -- '%s\n' \
'Done, please rerun script now with just' \ 'Done, please rerun script now with just' \
'... | bash' \ '... | bash' \
'so without the '"'"'setup'"'"' argument's 'so without the '"'"'setup'"'"' argument'
exit 77 exit 77
} }