Skip to content

Commit a115318

Browse files
committed
Minor [ci fast]
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent a7b6014 commit a115318

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/nf-tower/src/main/io/seqera/tower/plugin/TowerFusionToken.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ class TowerFusionToken implements FusionToken {
144144
final req = new GetLicenseTokenRequest(
145145
product: product,
146146
version: version ?: 'unknown',
147-
workspaceId: client.getWorkspaceId(),
148-
workflowId: client.getWorkflowId()
147+
workflowId: client.getWorkflowId(),
148+
workspaceId: client.getWorkspaceId()
149149
)
150150
final key = '${product}-${version}'
151151
try {

0 commit comments

Comments
 (0)