Skip to content

Commit 149a007

Browse files
committed
print workspace name
1 parent 7d84523 commit 149a007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operations/automation-script/loadAndRunWorkspace.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ if [ ! -z "$2" ]; then
8383
workspace=$2
8484
echo "Using workspace provided as argument: " $workspace
8585
else
86-
echo "Using workspace set in the script."
86+
echo "Using workspace set in the script: " $workspace
8787
fi
8888

8989
# Make sure $workspace does not have spaces

0 commit comments

Comments
 (0)