lib/generic_app.rb in generic_app-0.0.0 vs lib/generic_app.rb in generic_app-0.0.1

- old
+ new

@@ -43,10 +43,10 @@ # Adding notes and special scripts system("cp -r #{dir_main}/to_add/* #{subdir_name}") # Adding automated list of files - system("cd #{subdir_name} && sh list_files.sh >> notes/list_files.txt") + system("cd #{subdir_name} && sh list_files.sh") # Initializing Git system("cd #{subdir_name} && rm -rf .git") system("cd #{subdir_name} && git init") }