Skip to content

Commit 40d1bc4

Browse files
committed
Update makefile use $(shell for GIT_BRANCH definition
1 parent cf403c3 commit 40d1bc4

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
@@ -1,4 +1,4 @@
1-
GIT_BRANCH=`git rev-parse --abbrev-ref HEAD`
1+
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
22
USER=`whoami`
33
STAGING_URL="https://docs-mongodborg-staging.corp.mongodb.com"
44
PRODUCTION_URL="https://docs.mongodb.com"

0 commit comments

Comments
 (0)