Skip to content

Commit

Permalink
Re-set error for google cloud tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Schwertfeger committed Jan 20, 2025
1 parent 3c804d1 commit e6bbd38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private String googleAccessToken() {
throw new RuntimeException(ex);
}
} else {
return "NONE";
throw new RuntimeException("Tried to retrieve a Google Cloud Access Token while no credentials have been provided");
}
}

Expand Down

0 comments on commit e6bbd38

Please sign in to comment.