Skip to content

Commit 594be6a

Browse files
Update session.go
1 parent 2e1aaae commit 594be6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/runtime/session.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
ackv1alpha1 "github.com/aws-controllers-k8s/runtime/apis/core/v1alpha1"
2727
)
2828

29-
const appName = "aws-controller-k8s"
29+
const appName = "aws-controllers-k8s"
3030

3131
// NewSession returns a new session object. By default the returned session is
3232
// created using pod IRSA environment variables. If assumeRoleARN is not empty,

0 commit comments

Comments
 (0)