Skip to content

Commit

Permalink
fix the quickstart target's version replacement (#51)
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
  • Loading branch information
everettraven authored Apr 21, 2023
1 parent bf9dfb7 commit 69a53ad
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 @@ -179,7 +179,7 @@ release: goreleaser ## Runs goreleaser for catalogd. By default, this will run o
$(GORELEASER) $(GORELEASER_ARGS)

quickstart: kustomize generate ## Generate the installation release manifests and scripts
$(KUSTOMIZE) build config/default | sed "s/:devel/:$(VERSION)/g" > catalogd.yaml
$(KUSTOMIZE) build config/default | sed "s/:devel/:$(GIT_VERSION)/g" > catalogd.yaml

################
# Hack / Tools #
Expand Down

0 comments on commit 69a53ad

Please sign in to comment.