Skip to content

Commit

Permalink
Merge pull request #49 from pumpncode/main
Browse files Browse the repository at this point in the history
fix(config): add missing "write" permission flag
  • Loading branch information
umbopepato committed Mar 29, 2021
2 parents 4914c23 + 4172957 commit cf89005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ export interface AllowFlags {
plugin?: boolean;
read?: string | boolean;
run?: boolean;
write?: string | boolean;
}

export type FlagsObject = Record<string, any>;
Expand Down

0 comments on commit cf89005

Please sign in to comment.