Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Former-commit-id: 7c03bb88d7ee526c0868ff8d0dd8f16e3fbd9b42
  • Loading branch information
sporth committed Aug 9, 2022
1 parent 7130388 commit 1d75bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbed/smoke-test/setdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DB=$1

if [[ ! "$DB" =~ ^(postgres|mariadb|mysql|sqlServer)$ ]];
then
echo "argument mst be one of: postgres mariadb mysql sqlServer"
echo "argument must be one of: postgres mariadb mysql sqlServer"
exit 0;
fi

Expand Down

0 comments on commit 1d75bc1

Please sign in to comment.