Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 5975242

Browse files
Update deploy.sh
1 parent ab1d1a0 commit 5975242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/deploy-to-bluemix/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ do
5454
keystore=$(kubectl logs setup | grep Import | awk '{print $4}')
5555
if [ "$keystore" = "104" ]
5656
then
57-
echo "Setup successfull"
57+
echo "Setup successful"
5858
kubectl logs setup
5959
break
6060
fi

0 commit comments

Comments
 (0)