Skip to content

Commit

Permalink
[target-remote] Fix: Use double quotes instead of single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ValekoZ committed Dec 7, 2023
1 parent 33d927e commit e157cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gef.py
Original file line number Diff line number Diff line change
Expand Up @@ -11141,7 +11141,7 @@ def target_remote_posthook():
if gef.session.remote_initializing:
return

gef.session.remote = GefRemoteSessionManager('', 0)
gef.session.remote = GefRemoteSessionManager("", 0)
if not gef.session.remote.setup():
raise EnvironmentError(f"Failed to create a proper environment for {gef.session.remote}")

Expand Down

0 comments on commit e157cfe

Please sign in to comment.