Skip to content

Commit 561d5fc

Browse files
committed
Fix misspelling of remove
1 parent d0c8cba commit 561d5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package_tool

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ if [[ $remove_packages != "" ]]; then
222222
pkgs_rm=`echo $remove_packages | sed "s/,/ /g"`
223223
$install_cmd remove -y $pkg_rm
224224
if [ $? -ne 0 ]; then
225-
exit_out "Failed: Was unable to remove some or all of the package(s) $remoove_packages" 1
225+
exit_out "Failed: Was unable to remove some or all of the package(s) $remove_packages" 1
226226
fi
227227
fi
228228

0 commit comments

Comments
 (0)