Skip to content

Commit 59c98cb

Browse files
committed
windows fix
1 parent ac86ec9 commit 59c98cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/setup-stackql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ jobs:
107107
$bytes = [System.Text.Encoding]::UTF8.GetBytes($GoogleCreds)
108108
$base64 = [System.Convert]::ToBase64String($bytes)
109109
Write-Output $base64 | Set-Content sa-key.json
110-
stackql exec -i ./examples/google-example.iql --auth='{ "google": { "type": "service_account", "credentialsfilepath': "sa-key.json" }}'
110+
stackql exec -i ./examples/google-example.iql --auth='{ "google": { "type": "service_account", "credentialsfilepath": "sa-key.json" }}'

0 commit comments

Comments
 (0)