summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 855f0a8..c23654d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -28,6 +28,6 @@ task publish: [:clean, :test, :doc, :repackage]
task(:build) { sh "mvn package" }
task(run: :build) { run_cli }
task(run1: :build) { run_cli(1) }
-task(:run2) { run_cli(2) }
+task(run2: :build) { run_cli(2) }
task default: [:publish]