Skip to content

Commit 5d38997

Browse files
authored
Update and rename ASCII-Tree-Factory.qml to ascii-tree-factory.qml
1 parent 19cf897 commit 5d38997

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Script {
66
* Sarà eseguito quando il motore di scripting parte
77
*/
88
function init() {
9-
script.registerCustomAction("ASCII-Tree-Factory", "Generate ASCII tree from path");
9+
script.registerCustomAction("ascii-tree-factory", "Generate ASCII tree from path");
1010
}
1111

1212
function customActionInvoked(identifier) {
@@ -67,4 +67,4 @@ Script {
6767
}
6868
}
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)