Skip to content

Commit 650a5f5

Browse files
authored
fix single r to double r
1 parent 5130cc6 commit 650a5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/jellyseerr-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ NODE_VERSION="22" NODE_MODULE="pnpm@$pnpm_desired" setup_nodejs
2828

2929
msg_info "Installing Jellyseerr (Patience)"
3030
export CYPRESS_INSTALL_BINARY=0
31-
cd /opt/jellyseer
31+
cd /opt/jellyseerr
3232
$STD pnpm install --frozen-lockfile
3333
export NODE_OPTIONS="--max-old-space-size=3072"
3434
$STD pnpm build

0 commit comments

Comments
 (0)