From a7d87a7b96366b2e3dd67bc983993259127ec816 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 12 Nov 2024 12:38:41 -0700 Subject: [PATCH] 60-rc1.6.1 --- reinstall-esp-idf.sh | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index 44835e3..9e2a180 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -219,8 +219,8 @@ function handleDownloadInstall() { returnStatus writeToLog "editing $exportScript with git commit hash data: $commitHash" - sed -i "s/commitTAG/\'$commitHash\'/g" $exportScript - returnStatus + sed -i "s/commitTAG/$commitHash/g" $exportScript + returnStatus gitDataLog="installed esp-idf from commit $commitHash from branch $gitBranch using $scriptVers" writeToLog "$gitDataLog" diff --git a/version.txt b/version.txt index e2e8853..1bdbe15 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -60-rc1.6 \ No newline at end of file +60-rc1.6.1 \ No newline at end of file