Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Sep 25, 2024
1 parent d1ace91 commit 34a3b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ main() {
echo -e "${GREEN}Dumping contents of ${BLUE}${RELEASE_ARTEFACTS_DIR}${NC}"
ls -l "${RELEASE_ARTEFACTS_DIR}"
else
echo -e "${GREEN}Not a release so skipping releaase preparation${NC}"
echo -e "${GREEN}Not a release so skipping release preparation${NC}"
# Clear out any artefacts to make sure nothing
# can get uploaded to github
rm -rf "${RELEASE_ARTEFACTS_DIR:?}/*"
Expand Down

0 comments on commit 34a3b28

Please sign in to comment.