summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2023-05-07 00:07:58 +0200
committerEugen Wissner <belka@caraus.de>2023-05-07 00:07:58 +0200
commitbae3b8e90ecb019471a88c7907b1d729ac8fca68 (patch)
treee9274a8cf5c8cc96e989b86d8c4e1df0d5ceb0d6 /Rakefile
parent6f5eaf9650e9e23b11f81366de580215ddf57295 (diff)
downloadslackbuilder-bae3b8e90ecb019471a88c7907b1d729ac8fca68.tar.gz
Fix passing hhvm version as rake argument
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 13f3bc6..6b0cba8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -58,7 +58,7 @@ task 'universal-ctags', [:version] do |_, arguments|
commit 'development/universal-ctags', arguments[:version]
end
-task :hhvm do
+task :hhvm, [:version] do |_, arguments|
raise 'Version is not specified.' unless arguments.key? :version
checksum = {}