random hlint (to give the autobuilder something new to build)

This commit is contained in:
Joey Hess 2014-02-11 00:39:50 -04:00
parent b914620264
commit 2d480602aa
6 changed files with 12 additions and 14 deletions

View file

@ -76,7 +76,7 @@ bestSocketPath abssocketfile = do
-- ssh appends a 16 char extension to the socket when setting it
-- up, which needs to be taken into account when checking
-- that a valid socket was constructed.
sshgarbage = take (1+16) $ repeat 'X'
sshgarbage = replicate (1+16) 'X'
sshConnectionCachingParams :: FilePath -> [CommandParam]
sshConnectionCachingParams socketfile =