Skip to content

Commit

Permalink
removed extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg-At-Armory committed Sep 19, 2023
1 parent 26e4600 commit 7db7a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
APP_NAME = armory
APP_EXT ?= "${CLI_EXT}"
VERSION ?= $(shell ./scripts/version.sh | cut -c -30) #limit the version to 30 characters -
IMAGE_TAG_VERSION ?= "${VERSION}"
VERSION ?= $(shell ./scripts/version.sh | cut -c -30)#limit the version to 30 characters -
IMAGE_TAG_VERSION ?= "$(VERSION)"
REGISTRY ?= armory-docker-local.jfrog.io
REGISTRY_ORG ?= armory
GOARCH ?= $(shell go env GOARCH)
Expand Down

0 comments on commit 7db7a1f

Please sign in to comment.