diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index 9e2a180..85c3ebd 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -219,7 +219,7 @@ function handleDownloadInstall() { returnStatus writeToLog "editing $exportScript with git commit hash data: $commitHash" - sed -i "s/commitTAG/$commitHash/g" $exportScript + sed -i "s/commitTAG/\'$commitHash\'/g" $exportScript returnStatus gitDataLog="installed esp-idf from commit $commitHash from branch $gitBranch using $scriptVers" diff --git a/version.txt b/version.txt index 1bdbe15..a1f42a7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -60-rc1.6.1 \ No newline at end of file +60-rc1.6.2 \ No newline at end of file