Skip to content

Commit c3f397e

Browse files
Improve Fusion license error message (#6313) [ci fast]
Signed-off-by: Ben Sherman <[email protected]> Co-authored-by: Paolo Di Tommaso <[email protected]>
1 parent fcf5b87 commit c3f397e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class TowerFusionToken implements FusionToken {
107107
if( !endpoint )
108108
throw new IllegalArgumentException("Missing Seqera Platform endpoint")
109109
if( !accessToken )
110-
throw new IllegalArgumentException("Missing Seqera Platform access token")
110+
throw new IllegalArgumentException("Seqera Platform access token is required to use Fusion -- see https://docs.seqera.io/fusion/licensing for more information")
111111
}
112112

113113
/**

0 commit comments

Comments
 (0)