fix(devcontainer): logging typo (#21415)

This commit is contained in:
Aaron Liu 2025-08-29 16:54:42 -04:00 committed by GitHub
parent f5954f4c9b
commit f75c9dfe37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
)