clean
This commit is contained in:
parent
3c971c414e
commit
f7d7995172
1 changed files with 2 additions and 2 deletions
|
@ -287,10 +287,10 @@ sshOptionsTo remote gc g
|
|||
if null sshopts
|
||||
then unchanged
|
||||
else do
|
||||
let val = toSshOptionsEnv sshopts
|
||||
command <- liftIO programPath
|
||||
liftIO $ do
|
||||
g' <- addGitEnv g sshOptionsEnv val
|
||||
g' <- addGitEnv g sshOptionsEnv
|
||||
(toSshOptionsEnv sshopts)
|
||||
addGitEnv g' "GIT_SSH" command
|
||||
|
||||
runSshOptions :: [String] -> String -> IO ()
|
||||
|
|
Loading…
Reference in a new issue