Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
karolisg committed Sep 22, 2023
1 parent fab414e commit 44bb863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dozer-cli/src/simple/cloud_orchestrator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ impl SimpleOrchestrator {
),
PURPLE,
));
rows.push(format!("{}", sample.command.replace("{token}", &token)).to_string());
rows.push(sample.command.replace("{token}", &token).to_string());
}

info!("{}", rows.join("\n"));
Expand Down

0 comments on commit 44bb863

Please sign in to comment.