Skip to content

Commit 0e2196b

Browse files
committed
update script
1 parent aedef62 commit 0e2196b

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.claude-plugin/marketplace.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "test-marketplace",
3+
"plugins": [
4+
{
5+
"name": "cloud-sql-postgresql",
6+
"source": "./",
7+
"description": "Cloud SQL skills"
8+
}
9+
],
10+
"owner": {
11+
"name": "Google"
12+
}
13+
}

skills/cloud-sql-postgres-data/scripts/execute_sql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const OPTIONAL_VARS_TO_OMIT_IF_EMPTY = [
3737
* @param {Object} env The environment object to populate.
3838
*/
3939
function mergeContextualVariables(env) {
40-
const env = {};
40+
var env = {};
4141

4242
if (process.env.GEMINI_CLI === '1') {
4343
const envPath = path.resolve(__dirname, '../../../.env');

0 commit comments

Comments
 (0)