diff --git a/.github/bin/common.sh b/.github/bin/common.sh index bb5887ee2..e8bd08a78 100755 --- a/.github/bin/common.sh +++ b/.github/bin/common.sh @@ -43,7 +43,7 @@ initDefaults() { # turn off telemetry mkdir -p ${XDG_CONFIG_HOME}/chectl - echo "{\"segment.telemetry\":\"off\"}" > ${XDG_CONFIG_HOME}/chectl/config.json + echo "{\"segment.telemetry\":\"off\"}" > ${HOME}/.config/chectl/config.json # prepare templates directory rm -rf ${TEMPLATES}