Fix git repo url

This commit is contained in:
2020-06-21 19:13:17 -07:00
parent 997d07a0c4
commit 82a9fec8df

View File

@@ -3,7 +3,7 @@
PROJECT := Bg PROJECT := Bg
VERSION := 0.0.1 VERSION := 0.0.1
GIT_REPO := ssh://git@git.famcosi.duckdns.org:222/gcordova/go-do.git GIT_REPO := ssh://git@git.famcosi.duckdns.org:222/gcordova/bg.git
GIT_REF := $(shell git symbolic-ref --short HEAD) GIT_REF := $(shell git symbolic-ref --short HEAD)
GIT_HASH := $(shell git rev-parse --short HEAD) GIT_HASH := $(shell git rev-parse --short HEAD)