Fixed mistype from Hash to Etag to fix the cli issue

This commit is contained in:
Rhythm Bhiwani
2024-03-01 17:43:47 +05:30
parent f64cb10282
commit 4dcd000dd1

View File

@@ -191,7 +191,7 @@ func GetPlainTextSecretsViaMachineIdentity(accessToken string, workspaceId strin
return models.PlaintextSecretResult{
Secrets: plainTextSecrets,
Hash: rawSecrets.ETag,
Etag: rawSecrets.ETag,
}, nil
}