We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8df6c3 commit af892b0Copy full SHA for af892b0
Tools/SetupDevEnv/SetupDevEnv.swift
@@ -57,7 +57,7 @@ struct SetupDevEnv {
57
}
58
59
do {
60
- let commandToRun = "curl -sL https://firebase.tools/dataconnect | bash"
+ let commandToRun = "curl -sL https://firebase.tools/dataconnect | TMPDIR=$(mktemp -d) bash"
61
try executor.run(commandToRun)
62
} catch {
63
print("❌ Error running command: \(error)")
0 commit comments