Skip to content
Snippets Groups Projects
Commit 9685ecb2 authored by Erick Hitter's avatar Erick Hitter
Browse files

Fix project URl reference

parent 56312b07
Branches
No related tags found
1 merge request!2Fix project URL reference
Pipeline #580 passed
PROJECT_NAME := "dyndnsd-client"
PKG := "git.ethitter.com/debian/$(PROJECT_NAME)"
PKG := "git.ethitter.com/open-source/$(PROJECT_NAME)"
PKG_LIST := $(shell go list ${PKG}/... | grep -v /vendor/)
GO_FILES := $(shell find . -name '*.go' | grep -v /vendor/ | grep -v _test.go)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment