Skip to content

Commit 1c2bf2a

Browse files
Update provider.go
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent c4f89a9 commit 1c2bf2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func (t ProviderType) UnderlyingProviderType() ProviderType {
108108
return ProviderPodman
109109
}
110110

111-
// Attempt to auto-detect Podman from the the Docker configuration
111+
// Attempt to auto-detect Podman from the Docker configuration
112112
if strings.Contains(core.MustExtractDockerHost(context.Background()), "podman.sock") {
113113
return ProviderPodman
114114
}

0 commit comments

Comments
 (0)