We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b794f03 commit b939348Copy full SHA for b939348
Makefile
@@ -1,7 +1,7 @@
1
OS = $(shell uname -s | tr '[:upper:]' '[:lower:]')
2
3
VERSION = $(shell cat PROJECT | grep "version:" | sed "s/^version: //g")
4
-PREFIX = github.com/datasance/iofog-operator/v3/internal/util
+PREFIX = github.com/eclipse-iofog/iofog-operator/v3/internal/util
5
LDFLAGS += -X $(PREFIX).portManagerTag=v3.1.2
6
LDFLAGS += -X $(PREFIX).kubeletTag=v3.0.1
7
LDFLAGS += -X $(PREFIX).proxyTag=v3.0.2
0 commit comments