From 8621d109ac1f0a440f1cbc758431e3ef8df33fe2 Mon Sep 17 00:00:00 2001 From: ismail Akbudak Date: Wed, 22 Jun 2016 11:07:28 +0300 Subject: [PATCH] remove git add command --- lib/cybele/app_builder.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cybele/app_builder.rb b/lib/cybele/app_builder.rb index a6a112e..09eeaa0 100644 --- a/lib/cybele/app_builder.rb +++ b/lib/cybele/app_builder.rb @@ -457,7 +457,6 @@ def copy_files def git_commands git :init - git add: '.' end private