Skip to content

Commit

Permalink
assetmanager: one more build signature fix
Browse files Browse the repository at this point in the history
Signed-off-by: Dr Marco Claudio De La Pierre <marco.delapierre@gmail.com>
  • Loading branch information
marcodelapierre committed Jan 17, 2024
1 parent 08718ef commit 242a600
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class AssetManager {
* @return The {@link AssetManager} object itself
*/
@PackageScope
AssetManager build( String pipelineName, String revisionName, Map config = null, HubOptions cliOpts = null ) {
AssetManager build( String pipelineName, String revisionName = null, Map config = null, HubOptions cliOpts = null ) {

this.providerConfigs = ProviderConfig.createFromMap(config)

Expand Down

0 comments on commit 242a600

Please sign in to comment.