Skip to content

Commit

Permalink
update file perm used when creating cf config
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerjrr committed Sep 19, 2024
1 parent b4553f4 commit 03fbfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awsconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

const (
// permission for user to read/write/execute.
USER_READ_WRITE_PERM = 0700
USER_READ_WRITE_PERM = 0644
)

func loadAWSConfigFileFromPath(filepath string) (*ini.File, error) {
Expand Down

0 comments on commit 03fbfb3

Please sign in to comment.