60-rc1.6.1

This commit is contained in:
2024-11-12 12:38:41 -07:00
parent e86802a5be
commit a7d87a7b96
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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"