Browse Source

More fix for SSH key

master
GoFish 5 years ago
parent
commit
a8f6ab9147
  1. 2
      windows_to_go.ps1

2
windows_to_go.ps1

@ -44,7 +44,7 @@ if (Test-Path -Path "$env:userprofile\password-store\*") {
}
# Clone pass repo for QtPass
$env:GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no -i $env:userprofile\.ssh\windows_to_go_ssh_pass_ed25519"
$env:GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no -i `"$env:userprofile\.ssh\windows_to_go_ssh_pass_ed25519`""
if (Test-Path -Path "$env:userprofile\password-store" -PathType Container) {
cd "$env:userprofile\password-store"
git pull

Loading…
Cancel
Save