Skip to content

Commit 309c89c

Browse files
fix contains
1 parent 05ae26b commit 309c89c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codefresh/cfclient/context.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import (
44
"fmt"
55
"log"
66
"net/url"
7-
"slices"
7+
8+
"golang.org/x/exp/slices"
89
)
910

1011
var encryptedContextTypes = []string{

0 commit comments

Comments
 (0)