Skip to content

Commit 7bdfc6f

Browse files
committed
Fix PUSH_TO selection in the makefile
1 parent f36dd14 commit 7bdfc6f

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
@@ -3,7 +3,7 @@
33
SYSTEM_PYTHON=$(shell which python3)
44
PLATFORM=$(shell printf '%s_%s' "$$(uname -s | tr '[:upper:]' '[:lower:]')" "$$(uname -m)")
55
VERSION=$(shell git describe --tags)
6-
PUSH_TO=$(shell git remote -v | grep -m1 -E 'github.com:|/mongodb/snooty-parser.git' | cut -f 1)
6+
PUSH_TO=$(shell git remote -v | grep -m1 -E 'github.com(:|/)mongodb/snooty-parser.git' | cut -f 1)
77
PACKAGE_NAME=snooty-${VERSION}-${PLATFORM}.zip
88
export SOURCE_DATE_EPOCH = $(shell date +%s)
99

0 commit comments

Comments
 (0)