From a9d579525f1759e5b58815cf73c1d339f271bc7e Mon Sep 17 00:00:00 2001 From: Muhammad Satrio Wicaksono Date: Sun, 10 Dec 2023 00:32:09 +0700 Subject: [PATCH] fix: minor error message when dataset is empty --- test_example.sh | 2 +- test_example_source_only.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test_example.sh b/test_example.sh index 955e60785..e9f01cb9b 100755 --- a/test_example.sh +++ b/test_example.sh @@ -1,6 +1,6 @@ if [[ "$1" == "" ]]; then echo "Error: Missing the dataset name" - echo "./test_example.sh " + echo "./test_example.sh -- " exit fi diff --git a/test_example_source_only.sh b/test_example_source_only.sh index ba77555b0..a6b5b3154 100755 --- a/test_example_source_only.sh +++ b/test_example_source_only.sh @@ -1,6 +1,6 @@ if [[ "$1" == "" ]]; then echo "Error: Missing the dataset name" - echo "./test_example_source_only.sh " + echo "./test_example_source_only.sh -- " exit fi