Skip to content

Commit

Permalink
change file permissions from 755 to 600 for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zeljkobekcic committed Aug 23, 2023
1 parent 0130883 commit dcac2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/documentation.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var documentationCmd = &cobra.Command{
}

documentation := "./generated-documentation.md"
return os.WriteFile(documentation, buf.Bytes(), 0755)
return os.WriteFile(documentation, buf.Bytes(), 0600)
},
}

Expand Down

0 comments on commit dcac2a5

Please sign in to comment.