fix(cli): install_global_assets local 선언 오타 수정(project init 완주)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-08-29 13:10:58 +09:00
parent fbdf8f68df
commit 2f4d79bc6e

View File

@ -501,7 +501,7 @@ cmd_dev() {
# 전역 자산 설치/최신화 — 엔진(deploy/ctl/dev.py → $LIB_DIR) + Claude 스킬 + /yakcloud 슬래시명령.
# 프로젝트엔 복제하지 않는다(전역 1벌, 버전 파편화 없음). Claude 자산 opt-out: YAKCLOUD_NO_CLAUDE_CMD=1.
install_global_assets() {
local bust; bust="$(date +%s 2>/dev/null || echo 0)" n ok=1
local bust n ok=1; bust="$(date +%s 2>/dev/null || echo 0)"
mkdir -p "$LIB_DIR" 2>/dev/null || true
for n in deploy ctl dev; do
curl -fsSL -H 'Cache-Control: no-cache' -H 'Pragma: no-cache' \