From 2b051a4ffcfc2d5022e48c92eaa6659ed0c9ef2d Mon Sep 17 00:00:00 2001 From: David Boreham Date: Mon, 31 Jul 2023 15:02:43 -0600 Subject: [PATCH] Fix typo --- tests/deploy/run-deploy-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/deploy/run-deploy-test.sh b/tests/deploy/run-deploy-test.sh index c15de3e7..11b37b2f 100755 --- a/tests/deploy/run-deploy-test.sh +++ b/tests/deploy/run-deploy-test.sh @@ -106,7 +106,7 @@ if [ ! "$create_file_content" == "create-command-output-data" ]; then echo "deploy create test: FAILED" exit 1 fi -"deploy create output file test: passed" +echo "deploy create output file test: passed" # Try to start the deployment $TEST_TARGET_SO deployment --dir $test_deployment_dir start # Stop and clean up