chore(plutus_version): use a cuter name in the config field

This commit is contained in:
rvcas
2024-05-21 17:13:08 -04:00
parent 489eff7f5b
commit f5c4f4cb37
4 changed files with 8 additions and 8 deletions

View File

@@ -72,7 +72,7 @@ pub fn exec(
let opt_config = Config::load(&project_path).ok();
let cardano_cli_type = opt_config
.map(|config| config.plutus_version)
.map(|config| config.plutus)
.unwrap_or_default()
.cardano_cli_type();