Skip to content

Commit

Permalink
Update casper-fs-gen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolerVoid authored Mar 21, 2022
1 parent 439bcfb commit 875e0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module_generator/casper-fs-gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def main():
# Get argvs of user's input
rules_filename = parser.arguments()

# load rules of firewall at directory rules
# load rules of file system at directory rules
try:
rules_casper=parser.Get_config(rules_filename)
except Exception as e:
Expand Down

0 comments on commit 875e0f7

Please sign in to comment.