Skip to content

Commit

Permalink
Fix typo [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Dec 23, 2024
1 parent f935cbf commit 1b0d452
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

Expand Down

0 comments on commit 1b0d452

Please sign in to comment.