Skip to content

Commit ee2f787

Browse files
committed
cli/config: update link to current version
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent d8432cd commit ee2f787

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func resetConfigDir() {
5858
// getHomeDir is a copy of [pkg/homedir.Get] to prevent adding docker/docker
5959
// as dependency for consumers that only need to read the config-file.
6060
//
61-
// [pkg/homedir.Get]: https://pkg.go.dev/github.com/docker/docker@v26.1.4+incompatible/pkg/homedir#Get
61+
// [pkg/homedir.Get]: https://pkg.go.dev/github.com/docker/docker@v28.0.3+incompatible/pkg/homedir#Get
6262
func getHomeDir() string {
6363
home, _ := os.UserHomeDir()
6464
if home == "" && runtime.GOOS != "windows" {

0 commit comments

Comments
 (0)