Skip to content
Snippets Groups Projects
Commit f3238767 authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix `manage.php package --dns`

parent c1b5a334
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,8 @@ class Packager extends Deployment {
}
function print_dns() {
include dirname(__file__).'/../cli.inc.php';
$streams = DatabaseMigrater::getUpgradeStreams(INCLUDE_DIR.'upgrader/streams/');
$this->stdout->write(sprintf(
'"v=1; m=%s; V=%s; c=%s; s=%s"',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment