Try a different command

This commit is contained in:
Jon Staab
2024-10-22 17:16:25 -07:00
parent 27da0e5096
commit 88c634edbd
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
temp_env=$(env)
temp_env=$(declare -p -x)
if [ -f .env ]; then
source .env