From 1b7a52d0b645ea718f0ebc746698aee5fb993493 Mon Sep 17 00:00:00 2001 From: David Bennett <71459415+Jagularr@users.noreply.github.com> Date: Thu, 11 Mar 2021 15:09:22 -0500 Subject: [PATCH] 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 --- scripts/telegraf_entry_mac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/telegraf_entry_mac b/scripts/telegraf_entry_mac index 2031d6c1f..887631e54 100644 --- a/scripts/telegraf_entry_mac +++ b/scripts/telegraf_entry_mac @@ -7,7 +7,7 @@ else cd $currentDir osascript<