mirror of https://github.com/garrytan/gstack.git
Merge 9394efc865 into a3259400a3
This commit is contained in:
commit
15901d6b6b
|
|
@ -26,7 +26,7 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
ACTION="${1:-}"
|
ACTION="${1:-}"
|
||||||
SETTINGS_FILE="${GSTACK_SETTINGS_FILE:-$HOME/.claude/settings.json}"
|
SETTINGS_FILE="${GSTACK_SETTINGS_FILE:-${CLAUDE_CONFIG_DIR:-$HOME/.claude}/settings.json}"
|
||||||
|
|
||||||
if [ -z "$ACTION" ]; then
|
if [ -z "$ACTION" ]; then
|
||||||
cat <<EOF >&2
|
cat <<EOF >&2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue