Skip to content

Commit

Permalink
chore: fix message
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Gehrsitz <[email protected]>
  • Loading branch information
mryel00 committed Jan 12, 2024
1 parent 8256c7f commit f8ce035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ clone_apps() {
clean_apps() {
for app in "${ALL_PATHS[@]}"; do
if [[ ! -d "${app}" ]]; then
printf "'%s' does not exist! Clean skipped ...\n" "${path}"
printf "'%s' does not exist! Clean skipped ...\n" "${app}"
else
printf "\nRunning 'make clean' in %s ... \n" "${app}"
pushd "${app}" &> /dev/null || exit 1
Expand Down

0 comments on commit f8ce035

Please sign in to comment.