Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Make docker/image-tag work on MacOS again #2957

Merged
merged 1 commit into from
Apr 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/image-tag
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ case ${#HEAD_TAGS[@]} in
if [[ "${TAG2}" == v* && ${TAG2%$TAG1} == "v" ]]; then
echo ${TAG1}; exit 0
fi
;&
echo "error: more than one tag pointing to HEAD" >&2; exit 1; ;;

*) echo "error: more than one tag pointing to HEAD" >&2; exit 1; ;;
esac
Expand Down