Skip to content

Commit

Permalink
minor modifications to gcp_auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarsh2001 committed Oct 6, 2023
1 parent 6951a8b commit b68a24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/auth/vm_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ def stop_runner(creds):
stop_runner(gcp_credentials)
else:
# Start the instance
ssh_key_path = os.path.expanduser()
start_runner(gcp_credentials, ssh_credentials, ssh_user, key_passphrase)
ssh_key_path = os.path.expanduser(ssh_credentials)
start_runner(gcp_credentials, ssh_key_path, ssh_user, key_passphrase)

0 comments on commit b68a24a

Please sign in to comment.