mirror of https://github.com/tootsuite/mastodon
config/boot is required first (#8619)
parent
10680f93e7
commit
2058af4a26
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env ruby
|
||||
APP_PATH = File.expand_path('../config/application', __dir__)
|
||||
require_relative '../config/boot'
|
||||
require_relative '../lib/cli'
|
||||
Mastodon::CLI.start(ARGV)
|
||||
|
|
Loading…
Reference in New Issue