Skip to content

Commit 13a505d

Browse files
committed
quickfix spelling issue
1 parent aec596a commit 13a505d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ct/npmplus.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function update_script() {
3636
;;
3737
"2")
3838
msg_info "Updating NPMplus Container"
39-
cd /opt 1
39+
cd /opt
4040
msg_info "Pulling latest container image"
4141
$STD docker compose pull
4242
msg_info "Recreating container"

ct/peanut.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function update_script() {
3232
msg_info "Updating $APP to ${RELEASE}"
3333
systemctl stop peanut
3434
curl -fsSL "https://api.github.com/repos/Brandawg93/PeaNUT/tarball/${RELEASE}" -o "peanut.tar.gz"
35-
tar -xzf peanut.tar.gz -C /opt/peanut --strip-components 1
35+
tar -xzf peanut.tar.gz -C /opt/peanut --strip-components
3636
rm peanut.tar.gz
3737
cd /opt/peanut
3838
$STD pnpm i

0 commit comments

Comments
 (0)