Skip to content
Snippets Groups Projects
Commit 2058af4a authored by abcang's avatar abcang Committed by Eugen Rochko
Browse files

config/boot is required first (#8619)

parent 10680f93
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env ruby
APP_PATH = File.expand_path('../config/application', __dir__)
require_relative '../config/boot'
require_relative '../lib/cli'
Mastodon::CLI.start(ARGV)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment