Skip to content

Commit

Permalink
minor changes in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Matie26 committed Apr 8, 2024
1 parent d3d045d commit 6038992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion artemis/binds.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class TaskType(str, Enum):
# {URL: just a HTTP URL. Must have content attached to make further operations faster}
URL = "url"

# {device: having an ip, port, ssl, and a device type, e.g. Device.FORTIOS}
# {device: having a host, port, ssl, and a device type, e.g. Device.FORTIOS}
DEVICE = "device"


Expand Down
2 changes: 1 addition & 1 deletion artemis/modules/device_identifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class DeviceIdentifier(ArtemisBase):
"""
Tries to identify the device (FortiOS, ...) and produces a SERVICE task with proper type (e.g. Device.FORTIOS)
Tries to identify the device (FortiOS, ...) and produces a DEVICE task with proper type (e.g. Device.FORTIOS)
"""

identity = "device_identifier"
Expand Down

0 comments on commit 6038992

Please sign in to comment.