We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1c1b7 commit 4d5bc21Copy full SHA for 4d5bc21
plugins/nf-wave/src/main/io/seqera/wave/plugin/WaveClient.groovy
@@ -567,7 +567,7 @@ class WaveClient {
567
return false
568
if( value.startsWith('http://') || value.startsWith('https://') )
569
570
- if( value.startsWith('/') && !value.contains('/n') )
+ if( value.startsWith('/') && !value.contains('\n') )
571
return true
572
return value.endsWith('.yaml') || value.endsWith('.yml') || value.endsWith('.txt')
573
}
0 commit comments