Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 03f7e5a

Browse files
committed
test: standalone
Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>
1 parent e16cdb9 commit 03f7e5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/version_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Provider: %s
123123
}
124124

125125
func getProviderVersion(env string) string {
126-
if runtime.GOOS != "windows" {
126+
if runtime.GOOS == "linux" {
127127
return fmt.Sprintf("Snyk (%s (standalone))", os.Getenv(env))
128128
}
129129
return fmt.Sprintf("Snyk (%s)", os.Getenv(env))

0 commit comments

Comments
 (0)