aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/run-agent.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run-agent.sh')
-rwxr-xr-xscripts/run-agent.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/run-agent.sh b/scripts/run-agent.sh
index ff9849f..d7f9a20 100755
--- a/scripts/run-agent.sh
+++ b/scripts/run-agent.sh
@@ -62,6 +62,7 @@ run() {
if [[ "$OS" == "Windows_NT" ]]; then
set -o igncr
tools_path="$(cygpath -w "$tools_path")"
+ tool_data="$(echo "$tool_data" | sed 's/\\/\\\\/g')"
fi
jq_script="$(cat <<-'EOF'