From eb05e88c36383d46ca9f08d206442cd8ee05a5e3 Mon Sep 17 00:00:00 2001 From: Gabriel Zayas Date: Thu, 3 Aug 2023 10:01:16 +0900 Subject: [PATCH] Update develop rake task to hack (#743) --- bin/hack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hack b/bin/hack index f4c622d9e..d630af24b 100755 --- a/bin/hack +++ b/bin/hack @@ -1,4 +1,4 @@ #!/usr/bin/env ruby # We redirect this script to a rake task because I don't know a better way to boot the Rails environment for this script. -exec "rake \"bullet_train:develop[#{ARGV.join(" ").gsub(",", "\\,")}]\"" +exec "rake \"bullet_train:hack[#{ARGV.join(" ").gsub(",", "\\,")}]\""