Skip to content

Commit

Permalink
Quote keyfile path in case of spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDunnNZ committed Feb 27, 2019
1 parent 8618f2c commit a79af54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Documenter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ function git_push(
Host $host
StrictHostKeyChecking no
HostName $host
IdentityFile $keyfile
IdentityFile "$keyfile"
BatchMode yes
"""
) do
Expand Down

0 comments on commit a79af54

Please sign in to comment.