summaryrefslogtreecommitdiff
path: root/.pik
diff options
context:
space:
mode:
Diffstat (limited to '.pik')
-rw-r--r--.pik/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pik/run.sh b/.pik/run.sh
index 917e97e..4bbae79 100644
--- a/.pik/run.sh
+++ b/.pik/run.sh
@@ -3,4 +3,4 @@ set -euo pipefail
TMP="$(mktemp -d)"
go build -tags duckdb "$@" -o "$TMP/sts2s" .
export XDG_CACHE_HOME="$TMP"
-"$TMP/sts2s" --profile "$PROFILE" --database "$TMP/db" \ No newline at end of file
+"$TMP/sts2s" --profile "${PROFILE:-.}" --database "$TMP/db" \ No newline at end of file