add url parameter

This commit is contained in:
Olivier Lambert
2015-05-05 18:44:29 +02:00
parent 95a8ced558
commit 67699372f2

View File

@@ -236,6 +236,7 @@ installPatchFromUrl = $coroutine ({host, url}) ->
installPatchFromUrl.params = {
host: { type: 'string' }
url: { type: 'string' }
}
installPatchFromUrl.resolve = {