From dff6083291f7626f70ac934f610ac9f9ad5157c8 Mon Sep 17 00:00:00 2001 From: Ansh Goyal <54253002+Ansh063@users.noreply.github.com> Date: Fri, 1 Oct 2021 11:00:41 +0530 Subject: [PATCH] Update Rakefile --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index b3c358c..43f30a0 100644 --- a/Rakefile +++ b/Rakefile @@ -61,3 +61,4 @@ desc "Add new files to subversion" task :svn_add do system "svn status | grep '^\?' | sed -e 's/? *//' | sed -e 's/ /\ /g' | xargs svn add" end +## End of the file