Skip to content

Commit

Permalink
chore: truncate line
Browse files Browse the repository at this point in the history
  • Loading branch information
beliven-fabrizio-gortani committed Dec 29, 2024
1 parent 081644e commit af4af2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion laravel-sync
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ function _has_environment() {
in_array=$(echo "$available_environments" | grep "$environment")

if [ -z "$in_array" ]; then
echo "Environment $(_colors "$environment" "$REMOTE_COLOR") not allowed. Make sure to set the environment in the allowed list."
echo "Environment $(_colors "$environment" "$REMOTE_COLOR") not allowed."
echo "Make sure to set the environment in the allowed list."
echo " "
echo " SYNC_ENVIRONMENT_ALLOWED='staging production'"
echo " "
Expand Down

0 comments on commit af4af2c

Please sign in to comment.