Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

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 kyori19 committed Sep 17, 2018
1 parent 84129f8 commit c344bb2
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 c344bb2

Please sign in to comment.