Skip to content

Commit

Permalink
config/boot is required first (mastodon#8619)
Browse files Browse the repository at this point in the history
  • Loading branch information
abcang authored and root committed Oct 10, 2018
1 parent 75b3231 commit 9eb4726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/tootctl
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 9eb4726

Please sign in to comment.