Skip to content

Commit 1cabdc5

Browse files
Chris Everytomp4l
Chris Every
andauthored
Fix wrong variable name in CircleCI Context (#338)
Co-authored-by: Tom Mottram <[email protected]>
1 parent 644d3d3 commit 1cabdc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/location/circlecicontext.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func (circleContext CircleCIContext) Write(serviceAccountName string, keyWrapper
2929
contextID := circleContext.ContextID
3030
key := keyWrapper.Key
3131
// if configured, base64 decode the key (GCP return encoded keys)
32-
if circle.Base64Decode {
32+
if circleContext.Base64Decode {
3333
var keyb []byte
3434
keyb, err = base64.StdEncoding.DecodeString(key)
3535
if err != nil {

0 commit comments

Comments
 (0)