Skip to content

Commit

Permalink
Add missing quotes to install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Jun 18, 2022
1 parent 6ec8c2d commit c1493f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ error() {
if ! chezmoi="$(command -v chezmoi)"; then
bin_dir="${HOME}/.local/bin"
chezmoi="${bin_dir}/chezmoi"
log_task "Installing chezmoi to ${chezmoi}"
log_task "Installing chezmoi to '${chezmoi}'"
if command -v curl >/dev/null; then
chezmoi_install_script="$(curl -fsSL https://git.io/chezmoi)"
elif command -v wget >/dev/null; then
Expand Down

0 comments on commit c1493f3

Please sign in to comment.