Skip to content

Commit 80060e2

Browse files
committed
fix: typo
1 parent 1cfa9d6 commit 80060e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/unset.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub async fn command(args: Args, config: &mut Config) -> Result<()> {
3838
SDK::get_all_variables(&key).await?
3939
};
4040

41-
prompt::prompt_options("Select variables to delete", variables)?.id
41+
prompt::prompt_options("Select variable to delete", variables)?.id
4242
}
4343
};
4444

0 commit comments

Comments
 (0)