Skip to content

Commit

Permalink
remove unused slash
Browse files Browse the repository at this point in the history
  • Loading branch information
yourmoonlight committed Oct 28, 2023
1 parent a53051e commit 84920bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_dev_deploy_status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ IMAGE_TAG="$1"
DEV_MNEMONIC_PHRASE="$2"

# get the container id
CONTAINER_ID=$(docker ps -a | grep $KEYWORD | awk \'{print $1}\')
CONTAINER_ID=$(docker ps -a | grep $KEYWORD | awk '{print $1}')

if [ -z "$CONTAINER_ID" ]; then
echo "No container found related to the keyword $KEYWORD"
Expand Down

0 comments on commit 84920bc

Please sign in to comment.