diff --git a/Tools/SetupDevEnv/SetupDevEnv.swift b/Tools/SetupDevEnv/SetupDevEnv.swift index 90932bd..98fcb39 100644 --- a/Tools/SetupDevEnv/SetupDevEnv.swift +++ b/Tools/SetupDevEnv/SetupDevEnv.swift @@ -57,7 +57,7 @@ struct SetupDevEnv { } do { - let commandToRun = "curl -sL https://firebase.tools/dataconnect | bash" + let commandToRun = "curl -sL https://firebase.tools/dataconnect | TMPDIR=$(mktemp -d) bash" try executor.run(commandToRun) } catch { print("❌ Error running command: \(error)")