mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 07:43:22 +00:00
Merge pull request #1709 from dougburks/patch-1
Fix typo in FileTree.mjs
This commit is contained in:
@@ -21,7 +21,7 @@ class FileTree extends Operation {
|
|||||||
|
|
||||||
this.name = "File Tree";
|
this.name = "File Tree";
|
||||||
this.module = "Default";
|
this.module = "Default";
|
||||||
this.description = "Creates file tree from list of file paths (Similar too tree linux command)";
|
this.description = "Creates file tree from list of file paths (similar to the tree command in Linux)";
|
||||||
this.inputType = "string";
|
this.inputType = "string";
|
||||||
this.outputType = "string";
|
this.outputType = "string";
|
||||||
this.args = [
|
this.args = [
|
||||||
|
|||||||
Reference in New Issue
Block a user