Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 819aa90

Browse files
committed
no args should be warning.
1 parent 85dd535 commit 819aa90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/commands/database

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ case $CMD in
517517
*)
518518
if [ "$1" == "" ]
519519
then
520-
echo "$ECHO_PREFIX ${RED}Error: No database command provided.${RESET}"
520+
echo "$ECHO_PREFIX ${WARNING}Warning: No database command provided.${RESET}"
521521
database_help
522522
exit 1
523523
fi

0 commit comments

Comments
 (0)