Skip to content

Commit ef2aee1

Browse files
committed
typo
1 parent 2378c0b commit ef2aee1

File tree

1 file changed

+1
-1
lines changed
  • plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/credentials/sso

1 file changed

+1
-1
lines changed

plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/credentials/sso/DiskCache.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class DiskCache(
106106
val inputStream = clientRegistrationCache(cacheKey).tryInputStreamIfExists()
107107
if (inputStream == null) {
108108
val stage = LoadCredentialStage.ACCESS_FILE
109-
LOG.warn {./ grad"Failed to load Client Registration: cache file does not exist" }
109+
LOG.warn { "Failed to load Client Registration: cache file does not exist" }
110110
AuthTelemetry.modifyConnection(
111111
action = "Load cache file",
112112
source = "loadClientRegistration",

0 commit comments

Comments
 (0)