Skip to content

Commit 1ee9d61

Browse files
committed
Running Rubocop
1 parent f0a64b9 commit 1ee9d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/payloads/singles/linux/x64/set_hostname.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def generate(_opts = {})
4949
pop rdi ; rdi points to the hostname string.
5050
xor byte [rdi+rsi], 0x41
5151
syscall
52-
52+
5353
push 60 ; exit() syscall number.
5454
pop rax
5555
xor rdi,rdi

0 commit comments

Comments
 (0)