Skip to content

Commit

Permalink
Another {HOME_PATH} -> ${HOME_PATH}
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel committed Sep 25, 2021
1 parent 4d6d7e8 commit 975ef42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers_codesign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cleanup_codesign() {
fi
begin_group "...cleaning up code signing..."
cleanup_codesign_$RUNNER_OS
rm -r -d "{HOME_PATH}/secret-codesign"
rm -r -d "${HOME_PATH}/secret-codesign"
end_group
}

Expand Down

0 comments on commit 975ef42

Please sign in to comment.