Skip to content

Commit a12e5b4

Browse files
committed
fix again whoopsies
1 parent 6bc1a86 commit a12e5b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export async function cli(args) {
120120
const checkGoogleCloud = await runHelperScript("detectGoogleCloud");
121121

122122
if (!argv.method && checkGoogleCloud && checkGoogleCloud == "true") {
123+
argv.method == "gcloud";
123124
console.log(
124125
"Auto-detected you are on Google Cloud, so we'll deploy there 🚀\nYou can manually change this by executing with --method"
125126
);

0 commit comments

Comments
 (0)