Skip to content

Commit 8389c5a

Browse files
committed
fix
1 parent c6f7cfc commit 8389c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/flakeguard/cmd/get_gh_artifact_link.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var GetGHArtifactLinkCmd = &cobra.Command{
3737
os.Exit(ErrorExitCode)
3838
}
3939

40-
fmt.Println("Artifact link:", artifactLink)
40+
fmt.Println(artifactLink)
4141
},
4242
}
4343

0 commit comments

Comments
 (0)