Skip to content

Commit b64cff4

Browse files
Michael KouremetisMichael Kouremetis
authored andcommitted
spelling
1 parent f035eec commit b64cff4

File tree

1 file changed

+1
-1
lines changed
  • dreadnode/agent/tools

1 file changed

+1
-1
lines changed

dreadnode/agent/tools/fs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ async def write_lines(
701701
lines = []
702702
except (PermissionError, IsADirectoryError, ClientError, BotoCoreError, ValueError) as e:
703703
# File doesn't exist or can't be read, start with empty lines
704-
return f"Error occured while trying to write to the supplied filepath {path}: {e}"
704+
return f"Error occurred while trying to write to the supplied filepath {path}: {e}"
705705

706706
# Normalize line endings in content
707707
content_lines = [

0 commit comments

Comments
 (0)