Skip to content

Commit

Permalink
bugfix: port set as local dir
Browse files Browse the repository at this point in the history
  • Loading branch information
lokijuhy committed Jun 22, 2021
1 parent f3a02b5 commit 5a11fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code_sync/code_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def identify_code_sync_parameters(args) -> Dict:
parameters['local_dir'] = args.local_dir
parameters['remote_dir'] = args.remote_dir
parameters['target'] = args.target
parameters['port'] = args.local_dir
parameters['port'] = args.port
return parameters


Expand Down

0 comments on commit 5a11fad

Please sign in to comment.