fix(devcontainer): logging typo (#21415)

pull/21422/head
Aaron Liu 2025-08-29 16:54:42 +07:00 committed by GitHub
parent f5954f4c9b
commit f75c9dfe37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -11,7 +11,7 @@ run_cmd pnpm --filter immich install
log "Starting Nest API Server"
log ""
cd "${IMMICH_WORKSPACE}/server" || (
log "Immich workspace not found"jj
log "Immich workspace not found"
exit 1
)