Skip to content

Commit d74e3b5

Browse files
committed
improved conda-build exit msg
1 parent 26146bc commit d74e3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
if [[ ${KARABO_TAG:0:1} == "v" ]]; then
6666
KARABO_VERSION="${KARABO_TAG:1}"
6767
else
68-
echo "invalid karabo-tag: has no leading v"
68+
echo "Karabo-tag: `$KARABO_TAG` has no leading v"
6969
exit 1
7070
fi
7171
BUILD_DOCKER=true

0 commit comments

Comments
 (0)