Skip to content

Commit

Permalink
Merge pull request containers#686 from baude/cratepublishtype
Browse files Browse the repository at this point in the history
correct typo in Makefile
  • Loading branch information
openshift-merge-robot authored May 2, 2023
2 parents 319d0ea + 85dde17 commit 2e13598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ examples: bin $(CARGO_TARGET_DIR)

.PHONY: crate-publish
crate-publish:
@if [ "$(CRATE_VERSION)" != "$(GIT_TAG)" ]; then\
@if [ "v$(CRATE_VERSION)" != "$(GIT_TAG)" ]; then\
echo "Git tag is not equivalent to the version set in Cargo.toml. Please checkout the correct tag";\
exit 1;\
fi
Expand Down

0 comments on commit 2e13598

Please sign in to comment.