Skip to content

Commit 5313d2e

Browse files
authored
remove double quote from charge warning message (#191)
1 parent 289924f commit 5313d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/commands/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pub fn ensure_uip_user_consents_to_ai_unit_charge(base_url: &Url) -> Result<()>
2222
.with_prompt(
2323
r#"🚨⚠️ 👉 CAUTION 👈⚠️ 🚨
2424
25-
The operation you are about to perform will charge AI units."
25+
The operation you are about to perform will charge AI units.
2626
2727
Do you want to continue?"#,
2828
)

0 commit comments

Comments
 (0)