Skip to content

Commit

Permalink
Use compose
Browse files Browse the repository at this point in the history
  • Loading branch information
rradczewski committed May 24, 2024
1 parent 64b56be commit d091a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Test/Smoke/Executable.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runExecutable (ExecutableProgram executablePath executableArgs) args (StdIn stdI
(Vector.toList (unArgs (executableArgs <> args)))
)
{ cwd = toFilePath . unWorkingDirectory <$> workingDirectory,
env = fmap Map.toList (unEnvVars <$> env)
env = Map.toList . unEnvVars <$> env
}
)
stdIn
Expand Down

0 comments on commit d091a21

Please sign in to comment.