Skip to content

Commit 498aba5

Browse files
committed
Switch from git:// to https:// because Github discontinued git:// access
1 parent 71683dc commit 498aba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerlib/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"strings"
99
)
1010

11-
const remoteRepo = "git://github.com/influxdata/influxdata-docker"
11+
const remoteRepo = "https://github.com/influxdata/influxdata-docker.git"
1212

1313
func latestRev(path string) (string, error) {
1414
var buf bytes.Buffer

0 commit comments

Comments
 (0)