Commit 2f44b2ea authored by Andres Anaya Amariels's avatar Andres Anaya Amariels 🚀
Browse files

Fix echo statement to correctly format end message in test_sdk.sh

parent ef102d71
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,4 +19,4 @@ docker run \
  --network $NETWORK_NAME \
  $IMAGE_NAME

echo "✅ End" of script"
 No newline at end of file
echo "✅ End of script"
 No newline at end of file