]> cat aescling's git repositories - mastodon.git/commit
Fix mastodon:setup choking on env variables containing '%' (#13940)
authorThibG <thib@sitedethib.com>
Wed, 3 Jun 2020 18:18:52 +0000 (20:18 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Jun 2020 18:18:52 +0000 (20:18 +0200)
commit175fd5b8ba7a05bf5298a88a9a9f67aef4be0036
tree6108b0b8f936fa0a8c7e83fbca0fd62fc90b3129
parentbf949346232b3db731675c1342f50d97fd4a7ef8
Fix mastodon:setup choking on env variables containing '%' (#13940)

Fix a regression introduced in #13928, caused by TTY::Command building
shell commands by chaining string substitutions.

Ditch TTY::Command and use system instead (both do shell out).
Gemfile
Gemfile.lock
lib/tasks/mastodon.rake