Skip to content

Commit

Permalink
Switch from git:// to https:// because Github discontinued git:// access
Browse files Browse the repository at this point in the history
  • Loading branch information
reimda committed Nov 3, 2021
1 parent 71683dc commit 498aba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerlib/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strings"
)

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

func latestRev(path string) (string, error) {
var buf bytes.Buffer
Expand Down

0 comments on commit 498aba5

Please sign in to comment.