Skip to content

Commit 420b47d

Browse files
committed
changed message for ARCHIVESSPACE_VERSION check
1 parent 2a85aee commit 420b47d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
trap 'rm -rf "$repo_dir"' EXIT
2727
2828
if [[ -z "$version" ]]; then
29-
echo "Could not determine ARCHIVESSPACE_VERSION from .env.example"
29+
echo "Could not determine ARCHIVESSPACE_VERSION from Dockerfile"
3030
exit 1
3131
fi
3232

0 commit comments

Comments
 (0)