Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dlepaux committed Jan 28, 2024
1 parent 74415d3 commit b9eaf88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/build/to-project.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!bin/bash

set -e

if [ -z "$1" ]; then
echo "\e[31mError: You need to provide the name of the project that is right next to this one\e[0m"
exit 1
Expand Down

0 comments on commit b9eaf88

Please sign in to comment.