Skip to content

Commit

Permalink
Revert "update file perm used when creating cf config (#95)"
Browse files Browse the repository at this point in the history
This reverts commit cab8314.
  • Loading branch information
chrnorm authored Oct 9, 2024
1 parent cab8314 commit c8b59f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/sixty-lamps-love.md

This file was deleted.

4 changes: 2 additions & 2 deletions awsconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
)

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

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

0 comments on commit c8b59f3

Please sign in to comment.