Skip to content

Commit 5130cc6

Browse files
authored
fix single r to double r
1 parent 7ebe013 commit 5130cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/jellyseerr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function update_script() {
7070
systemctl stop jellyseerr
7171
rm -rf dist .next node_modules
7272
export CYPRESS_INSTALL_BINARY=0
73-
cd /opt/jellyseer
73+
cd /opt/jellyseerr
7474
$STD pnpm install --frozen-lockfile
7575
export NODE_OPTIONS="--max-old-space-size=3072"
7676
$STD pnpm build

0 commit comments

Comments
 (0)