We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71683dc commit 498aba5Copy full SHA for 498aba5
dockerlib/main.go
@@ -8,7 +8,7 @@ import (
8
"strings"
9
)
10
11
-const remoteRepo = "git://github.com/influxdata/influxdata-docker"
+const remoteRepo = "https://github.com/influxdata/influxdata-docker.git"
12
13
func latestRev(path string) (string, error) {
14
var buf bytes.Buffer
0 commit comments