Skip to content

Commit eea7694

Browse files
Amada MackeyAndy-Python-Programmer
Amada Mackey
authored andcommitted
How did that get there? :P
1 parent 16ef5cb commit eea7694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ for pkg in "${packages[@]}"; do
4444
if [[ "$VERBOSE" == "true" ]]; then
4545
install_package $pkg
4646
else
47-
install_package $pkg &>/dev/null
47+
install_package $pkg &>/dev/null
4848
fi
4949

5050
if query_package $pkg; then

0 commit comments

Comments
 (0)