Skip to content

Commit 55f1581

Browse files
committed
Small error message adjustment
1 parent 4c25688 commit 55f1581

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/schtask_as.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def on_admin_login(self, context, connection):
162162
self.command_to_run = f"{self.output_file_location}\\{self.command_to_run}"
163163
self.logger.success(f"Binary {self.binary_to_upload_name} successfully uploaded in {self.output_file_location}\\{self.binary_to_upload_name}")
164164
except Exception as e:
165-
self.logger.fail(f"Error writing file to share {self.output_file_location}: {e}")
165+
self.logger.fail(f"Error writing file to {self.output_file_location}: {e}")
166166
return
167167

168168
self.logger.display("Connecting to the remote Service control endpoint")

0 commit comments

Comments
 (0)