From c888a74c1ebe2b5bd40929c96a9a52be1b6ca540 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 12 Nov 2024 12:43:59 -0700 Subject: [PATCH] 60-rc1.6.2 --- reinstall-esp-idf.sh | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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