Skip to content

Commit 29c35db

Browse files
committed
Fix spelling
1 parent dec62e5 commit 29c35db

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/actions/spelling/allow.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ metastore
55
sku
66
tls
77
Decompiled
8+
Acqu
9+
Gijsreyn
10+
IDatabricks
11+
ILogger
12+

src/Handlers/Workspace/SecretHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ protected override async Task<ResourceResponse> CreateOrUpdate(ResourceRequest r
1414
var desired = request.Properties;
1515
var client = await GetClientAsync(request.Config.WorkspaceUrl, cancellationToken);
1616

17-
_logger.LogInformation("Upserting secret {Scope}/{Key}", desired.Scope, desired.Key);
17+
_logger.LogInformation("Setting secret {Scope}/{Key}", desired.Scope, desired.Key);
1818

1919
if (!string.IsNullOrEmpty(desired.StringValue))
2020
{

0 commit comments

Comments
 (0)