We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aedef62 commit 0e2196bCopy full SHA for 0e2196b
2 files changed
.claude-plugin/marketplace.json
@@ -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
@@ -37,7 +37,7 @@ const OPTIONAL_VARS_TO_OMIT_IF_EMPTY = [
37
* @param {Object} env The environment object to populate.
38
*/
39
function mergeContextualVariables(env) {
40
- const env = {};
+ var env = {};
41
42
if (process.env.GEMINI_CLI === '1') {
43
const envPath = path.resolve(__dirname, '../../../.env');
0 commit comments