Mac entry script: Add space before calling path so that zsh doesn't remove first character of path when prompting for update. (#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
This commit is contained in:
David Bennett 2021-03-11 15:09:22 -05:00 committed by GitHub
parent c1a6312ce3
commit 1b7a52d0b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ else
cd $currentDir cd $currentDir
osascript<<EOF osascript<<EOF
tell application "Terminal" tell application "Terminal"
do script "$currentDir/../Resources/usr/bin/telegraf $@" do script " $currentDir/../Resources/usr/bin/telegraf $@"
end tell end tell
EOF EOF
fi fi