Skip to content

Commit

Permalink
[BUG] fixed argument to specifiy ast_mongo# containers.
Browse files Browse the repository at this point in the history
  • Loading branch information
minoruta committed Apr 27, 2017
1 parent 0d322f7 commit 18e15ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asterisk/test_bench/test
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if [ -n "$1" ] && [[ $1 =~ ^asterisk|tester$ ]]; then
docker exec -it $1.local bash
exit 0
fi
if [ -n "$1" ] && [[ $1 =~ ^ast_mongo[1..3]$ ]]; then
if [ -n "$1" ] && [[ $1 =~ ^ast_mongo[1-3]$ ]]; then
docker exec -it $1.local mongo
exit 0
fi
Expand Down

0 comments on commit 18e15ea

Please sign in to comment.