Skip to content

Commit

Permalink
else correction
Browse files Browse the repository at this point in the history
  • Loading branch information
santipadilla committed Apr 2, 2024
1 parent 22bc000 commit 9b5774a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/wazuh_testing/wazuh_testing/tools/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ def remove_npm_package(self, host, system, package_uninstall_name=None, custom_u

if custom_uninstall_playbook:
remove_operation_result = self.run_playbook(host, custom_uninstall_playbook)
else package_uninstall_name:
else:
# Define the npm uninstall command
cmd = f"npm uninstall -g {package_uninstall_name}"

Expand Down

0 comments on commit 9b5774a

Please sign in to comment.