Commit 601b29a9 authored by Dayle Rees's avatar Dayle Rees

added bundle fetching notification for bundle:install

Signed-off-by: 's avatarDayle Rees <thepunkfan@gmail.com>
parent c88433f1
......@@ -53,9 +53,10 @@ class Bundler extends Task {
// hosting party and installing it into the application.
$path = path('bundle').$this->path($bundle);
echo "Fetching [{$bundle['name']}]...";
$this->download($bundle, $path);
echo "Bundle [{$bundle['name']}] installed!".PHP_EOL;
echo "done! Bundle installed.".PHP_EOL;
}
}
......@@ -200,4 +201,4 @@ class Bundler extends Task {
return array_get($bundle, 'path', $bundle['name']);
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment