Browse Source

config/boot is required first (#8619)

abcang 5 years ago
parent
commit
2058af4a26
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bin/tootctl

+ 1 - 0
bin/tootctl

@@ -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)