Merge pull request #5591 from MikeMcQuaid/gist-logs-install

gist-logs: add missing install require.
This commit is contained in:
Mike McQuaid 2019-01-23 08:54:54 +00:00 committed by GitHub
commit 193af1442f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@
#: If no logs are found, an error message is presented. #: If no logs are found, an error message is presented.
require "formula" require "formula"
require "install"
require "system_config" require "system_config"
require "stringio" require "stringio"
require "socket" require "socket"