mirror of
https://github.com/immich-app/immich.git
synced 2025-12-05 23:00:33 -08:00
fix(devcontainer): logging typo (#21415)
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user