Skip to content

Commit 510a9f2

Browse files
authored
Update Makefile
1 parent be14649 commit 510a9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ IMAGE ?= spring-config-decryptor
1616
TAG ?= latest
1717
CLOUD_IMAGE ?= grepplabs/spring-config-decryptor:$(TAG)
1818

19-
ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
19+
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
2020

2121
OS_IMAGE ?= local/$(GOOS)-$(GOARCH)/$(BINARY)
2222
OS_BIN ?= $(BINARY)-$(GOOS)-$(GOARCH)

0 commit comments

Comments
 (0)