Skip to content

Commit

Permalink
Update cardano-cli/src/Cardano/CLI/Run/Debug/CheckNodeConfiguration.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Galazyn <228866+carbolymer@users.noreply.github.com>
  • Loading branch information
smelc and carbolymer authored Oct 10, 2024
1 parent 5b9fc05 commit e74218d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ runCheckNodeConfig (CheckNodeConfigCmdArgs configFile fixTheFile) = do
then LBS.writeFile configFilePath $ Aeson.encodePretty nodeConfig'
else Yaml.encodeFile configFilePath nodeConfig'
liftIO $ putStrLn $ "Successfully checked node configuration file: " <> configFilePath
return ()
where
configFilePath = unFile configFile
eras :: [AnyCardanoEra] = [minBound .. maxBound]
Expand Down

0 comments on commit e74218d

Please sign in to comment.