From 1b0d45258db1d11a77500f5a77c5d7cf4b3a33fc Mon Sep 17 00:00:00 2001 From: Paolo Di Tommaso Date: Mon, 23 Dec 2024 14:30:44 +0100 Subject: [PATCH] Fix typo [ci skip] Signed-off-by: Paolo Di Tommaso --- .../nf-google/src/main/nextflow/cloud/google/GoogleOpts.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } }