Skip to content

Commit e09d776

Browse files
committed
Update toolbox version
1 parent d9e0f8e commit e09d776

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function main() {
9797

9898
const command = os.platform() === 'win32' ? 'npx.cmd' : 'npx';
9999
const processedArgs = os.platform() === 'win32' ? args.map(arg => arg.includes('"') ? '"' + arg.replace(/"/g, '""') + '"' : arg) : args;
100-
const npxArgs = ["--yes", "@toolbox-sdk/server@{{.ToolboxVersion}}", "--log-level", "error", ...CONFIG_ARGS, "invoke", TOOL_NAME, "--user-agent-metadata", userAgent, ...processedArgs];
100+
const npxArgs = ["--yes", "@toolbox-sdk/server@latest", "--log-level", "error", ...CONFIG_ARGS, "invoke", TOOL_NAME, "--user-agent-metadata", userAgent, ...processedArgs];
101101

102102

103103
const child = spawn(command, npxArgs, { shell: os.platform() === 'win32', stdio: 'inherit', env });

0 commit comments

Comments
 (0)