Skip to content

Commit 4be8aba

Browse files
committed
fix linter issue
1 parent 8cc7e63 commit 4be8aba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws/aws.go

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import (
1010
)
1111

1212
const (
13+
// DefaultProfile is the default profile to be used when loading configuration
14+
// from the config files if another profile name is not provided.
1315
DefaultProfile = session.DefaultSharedConfigProfile
1416
)
1517

0 commit comments

Comments
 (0)