Skip to content

Commit

Permalink
make Nothing start with a capital letter
Browse files Browse the repository at this point in the history
  • Loading branch information
mallexxx committed Dec 10, 2024
1 parent 41efeb3 commit 76a096d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clean-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ delete_data() {
rm -r "${data_path}" || { echo "Failed to delete ${data_path}"; exit 1; }
echo " Done."
else
printf '\nnothing to do for %s\n' "${data_path}"
printf '\nNothing to do for %s\n' "${data_path}"
fi
}

Expand Down Expand Up @@ -63,7 +63,7 @@ for config_id in "${config_bundle_ids[@]}"; do
rm -r "${path}" || { echo "Failed to delete ${path}"; exit 1; }
echo "Done."
else
printf '\nnothing to do for %s\n' "${path}"
printf '\nNothing to do for %s\n' "${path}"
fi

done
Expand Down

0 comments on commit 76a096d

Please sign in to comment.