We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cfa9d6 commit 80060e2Copy full SHA for 80060e2
1 file changed
src/commands/unset.rs
@@ -38,7 +38,7 @@ pub async fn command(args: Args, config: &mut Config) -> Result<()> {
38
SDK::get_all_variables(&key).await?
39
};
40
41
- prompt::prompt_options("Select variables to delete", variables)?.id
+ prompt::prompt_options("Select variable to delete", variables)?.id
42
}
43
44
0 commit comments