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 12, 2018
1 parent cd36299 commit 2b649d2
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 2b649d2

Please sign in to comment.