Skip to content

Commit 1c2d632

Browse files
authored
Fixed Minor Issue
1 parent e3572f0 commit 1c2d632

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ update_os_pkg() {
193193
if [ "$(find /var/cache/pacman/pkg/* 2>/dev/null | wc -l)" -eq 0 ]; then
194194
println "Updating ${PKG_MGR_CMD} based packages..."
195195
if ! ("${PKG_MGR_CMD}" -Syu --noconfirm &&
196-
"${PKG_MGR_CMD}" -Rns "$(${PKG_MGR_CMD} -Qdtq)"); then
196+
"${PKG_MGR_CMD}" -Rns "$("${PKG_MGR_CMD}" -Qdtq)"); then
197197
print_err "Error: Update failed."
198198
fi
199199
fi

0 commit comments

Comments
 (0)