Browse Source

config/boot is required first (#8619)

pull/4/head
abcang 5 years ago
committed by Eugen Rochko
parent
commit
2058af4a26
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      bin/tootctl

+ 1
- 0
bin/tootctl View File

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

Loading…
Cancel
Save