Skip to content

Commit bfbc2e9

Browse files
committed
Fix regression from HubOptions refactor
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
1 parent 9963c8f commit bfbc2e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/nf-cli-v1/src/main/groovy/nextflow/k8s/K8sDriverLauncher.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ class K8sDriverLauncher {
274274

275275
if( !interactive && !pipelineName.startsWith('/') && !cmd.remoteProfile && !cmd.runRemoteConfig ) {
276276
// -- check and parse project remote config
277-
final pipelineConfig = new AssetManager(pipelineName, cmd.revision, cmd.mainScript, cmd).getConfigFile()
277+
final pipelineConfig = new AssetManager(pipelineName, cmd.revision, cmd.mainScript, cmd.toHubOptions()).getConfigFile()
278278
if( pipelineConfig )
279279
adapter.setUserConfigFiles(pipelineConfig)
280280
}

0 commit comments

Comments
 (0)