diff --git a/plugins/nf-google/src/main/nextflow/cloud/google/GoogleOpts.groovy b/plugins/nf-google/src/main/nextflow/cloud/google/GoogleOpts.groovy index f820aa15c7..97826346af 100644 --- a/plugins/nf-google/src/main/nextflow/cloud/google/GoogleOpts.groovy +++ b/plugins/nf-google/src/main/nextflow/cloud/google/GoogleOpts.groovy @@ -103,7 +103,7 @@ class GoogleOpts { throw new AbortOperationException("Missing Google credentials file: $credsFilePath") } catch (Exception e) { - throw new AbortOperationException("Invalid or corrupted Gogole credentials file: $credsFilePath", e) + throw new AbortOperationException("Invalid or corrupted Google credentials file: $credsFilePath", e) } }