style: improved formatting in l9cal provider
This commit is contained in:
@@ -172,7 +172,9 @@ impl SecretProvider for LocalProvider {
|
|||||||
config_changed = true;
|
config_changed = true;
|
||||||
debug!("Prompting user to set git_remote in config for sync");
|
debug!("Prompting user to set git_remote in config for sync");
|
||||||
let remote: String = Input::with_theme(&ColorfulTheme::default())
|
let remote: String = Input::with_theme(&ColorfulTheme::default())
|
||||||
.with_prompt("Enter remote git URL to sync with (e.g. 'git@github.com:user/repo.git')")
|
.with_prompt(
|
||||||
|
"Enter remote git URL to sync with (e.g. 'git@github.com:user/repo.git')",
|
||||||
|
)
|
||||||
.validate_with(|s: &String| {
|
.validate_with(|s: &String| {
|
||||||
LocalProvider {
|
LocalProvider {
|
||||||
git_remote_url: Some(s.clone()),
|
git_remote_url: Some(s.clone()),
|
||||||
|
|||||||
Reference in New Issue
Block a user