Skip to content

Commit

Permalink
fix(config): add missing "write" permission flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nnmrts committed Mar 27, 2021
1 parent 4914c23 commit 4172957
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 4172957

Please sign in to comment.