diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-22 17:18:25 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-22 17:18:25 +0200 |
| commit | eaa521d6193a8376df81d57bcc2f89e515a8301e (patch) | |
| tree | 786f84873764fb3be3fbbe8774fd3d3aab70bfda /.pik | |
| parent | 5fd21b5b4fb33146be906fc6d4b9441c69729d89 (diff) | |
:3
Diffstat (limited to '.pik')
| -rw-r--r-- | .pik/run.sh | 2 |
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 |
