Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 2058af4

Browse files
abcangGargron
authored andcommitted
config/boot is required first (mastodon#8619)
1 parent 10680f9 commit 2058af4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/tootctl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env ruby
22
APP_PATH = File.expand_path('../config/application', __dir__)
3+
require_relative '../config/boot'
34
require_relative '../lib/cli'
45
Mastodon::CLI.start(ARGV)

0 commit comments

Comments
 (0)