Skip to content

Commit 2842f2b

Browse files
authored
Merge pull request #252 from shibutd/dev
Fixed the parameter typo in the 'post_modify_package.py' hook example
2 parents e7c46f9 + c2f7205 commit 2842f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/control_panel_integration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ After renaming a package, the following command should be run:
10071007
<div class="notranslate">
10081008

10091009
```
1010-
/usr/share/cloudlinux/hooks/post_modify_package.py rename --name package_name --new_name new_package_name
1010+
/usr/share/cloudlinux/hooks/post_modify_package.py rename --name package_name --new-name new_package_name
10111011
```
10121012
</div>
10131013

0 commit comments

Comments
 (0)