Skip to content

Commit

Permalink
Thanks ci, typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdoupe committed Sep 10, 2024
1 parent 81ca575 commit 2fae90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnshop/challenges/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def build_compiler_cmd(self):
cmd.append("-s")

if self.MASM_FLAG:
cmd.append(MASM_FLAG)
cmd.append(self.MASM_FLAG)

cmd.append("-w")

Expand Down

0 comments on commit 2fae90a

Please sign in to comment.