diff --git a/src/commands/upgrade.sh b/src/commands/upgrade.sh index ffbe82f..3ef8c29 100644 --- a/src/commands/upgrade.sh +++ b/src/commands/upgrade.sh @@ -127,8 +127,8 @@ updateSuccess=1 # end if [[ $updateSuccess -eq 1 ]]; then - echo $previousCommit_kaido | tee "${previousCommitFile_kaido}" - echo $previousCommit_config | tee "${previousCommitFIle_config}" + echo $currentCommit_kaido | tee "${previousCommitFile_kaido}" + echo $currentCommit_config | tee "${previousCommitFIle_config}" fi