mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(devcontainer): logging typo (#21415)
This commit is contained in:
parent
f5954f4c9b
commit
f75c9dfe37
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 "Starting Nest API Server"
|
||||||
log ""
|
log ""
|
||||||
cd "${IMMICH_WORKSPACE}/server" || (
|
cd "${IMMICH_WORKSPACE}/server" || (
|
||||||
log "Immich workspace not found"jj
|
log "Immich workspace not found"
|
||||||
exit 1
|
exit 1
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue