Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
influxdata-docker
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
influxdata
influxdata-docker
Commits
498aba53
Commit
498aba53
authored
3 years ago
by
David Reimschussel
Browse files
Options
Downloads
Patches
Plain Diff
Switch from git:// to https:// because Github discontinued git:// access
parent
71683dc5
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
dockerlib/main.go
+1
-1
1 addition, 1 deletion
dockerlib/main.go
with
1 addition
and
1 deletion
dockerlib/main.go
+
1
−
1
View file @
498aba53
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment