Browse Source

Update src/actions.rs

Co-authored-by: Santiago Pastorino <spastorino@gmail.com>
Sladyn 3 years ago
parent
commit
072e1da186
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/actions.rs

+ 1 - 1
src/actions.rs

@@ -59,7 +59,7 @@ impl<'a> Action for Step<'a> {
 
         for Query { repos, queries} in &self.actions {
 
-            for repo in repos.iter() {
+            for repo in &repos {
                 let repository = Repository {
                     full_name: repo.to_string(),
                 };