Skip to content

Commit

Permalink
Detail: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Jul 15, 2024
1 parent a05ac3f commit a4e6a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-testnet/src/Testnet/Process/Run.hs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ execCliAny
:: (MonadTest m, MonadCatch m, MonadIO m, HasCallStack)
=> ExecConfig
-> [String]
-> m (ExitCode, String, String) -- ^ The exit code of the call, stdoud, stderr.
-> m (ExitCode, String, String) -- ^ The exit code of the call, stdout, stderr.
execCliAny execConfig = GHC.withFrozenCallStack $ H.execFlexAny' execConfig "cardano-cli" "CARDANO_CLI"

-- | Run create-script-context, returning the stdout.
Expand Down

0 comments on commit a4e6a7d

Please sign in to comment.