nextflow-io / nf-nomad

Hashicorp Nomad executor plugin for Nextflow
https://nextflow-io.github.io/nf-nomad/
Apache License 2.0
2 stars 2 forks source link

trace only 5th chars of token #26

Closed jagedn closed 4 months ago

jagedn commented 4 months ago

if the token is less than 5 chars substring fails

using take method fix the issue

abhi18av commented 4 months ago

Thanks Jorge! :)