Skip to content

Commit

Permalink
Merge pull request #66 from dlepaux/feature/upgrade
Browse files Browse the repository at this point in the history
chore: fix
  • Loading branch information
dlepaux authored Jan 28, 2024
2 parents 85b1dde + b9eaf88 commit f26b1b5
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 f26b1b5

Please sign in to comment.