summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index aece925..f906359 100644
--- a/Rakefile
+++ b/Rakefile
@@ -24,7 +24,6 @@ task publish: [:clean, :test, :doc, :repackage]
task :run do
sh "mvn package"
sh "java -cp target/assignment2*.jar ca.mokhan.comp268.App"
- sh "java -cp target/assignment2*.jar ca.mokhan.comp268.App"
end
task :run1 do