From 3aeae2871ae5d073c8f192307e18c0319679aead Mon Sep 17 00:00:00 2001 From: Alberto Solano Date: Fri, 13 Dec 2013 19:05:21 +0100 Subject: [PATCH] added missing next --- git_cleanup.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/git_cleanup.rb b/git_cleanup.rb index ccfcf98..2a1c8f8 100644 --- a/git_cleanup.rb +++ b/git_cleanup.rb @@ -17,6 +17,7 @@ def main() new_file.write('@ECHO OFF\n' + file.gsub('-', ' ') + ' $*') end File.delete(file) + next end end end