Skip to content

Commit

Permalink
Mac entry script: Add space before calling path so that zsh doesn't r…
Browse files Browse the repository at this point in the history
…emove first character of path when prompting for update. (influxdata#8976)

* Add space before calling path so that zsh doesn't remove first character of path when prompting for update.

* Updated config.yml

* Update config.yml

* Update config.yml
  • Loading branch information
ivorybilled authored Mar 11, 2021
1 parent c1a6312 commit 1b7a52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/telegraf_entry_mac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ else
cd $currentDir
osascript<<EOF
tell application "Terminal"
do script "$currentDir/../Resources/usr/bin/telegraf $@"
do script " $currentDir/../Resources/usr/bin/telegraf $@"
end tell
EOF
fi

0 comments on commit 1b7a52d

Please sign in to comment.