revert git pushing functionalities (#615)
This commit is contained in:
@@ -231,7 +231,7 @@ pub fn run_oh_my_zsh(ctx: &ExecutionContext) -> Result<()> {
|
||||
|
||||
for entry in WalkDir::new(custom_dir).max_depth(2) {
|
||||
let entry = entry?;
|
||||
custom_repos.insert_if_repo(entry.path(), crate::steps::git::GitAction::Pull);
|
||||
custom_repos.insert_if_repo(entry.path());
|
||||
}
|
||||
|
||||
custom_repos.remove_from_pull(&oh_my_zsh.to_string_lossy());
|
||||
|
||||
Reference in New Issue
Block a user