Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWilkes authored Jul 26, 2024
1 parent d555205 commit 57be311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/granted/sso.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ var SSOCommand = cli.Command{
}

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

// in dev:
Expand Down

0 comments on commit 57be311

Please sign in to comment.