Skip to content

Commit

Permalink
Update develop rake task to hack (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
gazayas authored Aug 3, 2023
1 parent d27d3de commit eb05e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/hack
Original file line number Diff line number Diff line change
@@ -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(",", "\\,")}]\""

0 comments on commit eb05e88

Please sign in to comment.