Skip to content

Commit f64944e

Browse files
committed
no input
1 parent 35db8d0 commit f64944e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/management/commands/update.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def update(self, args, options):
111111
os.system('%s/pip install -r requirements.txt' % (self.PYTHON_PATH))
112112

113113
# ensure redis version
114-
os.system('%s/pip uninstall redis' % (self.PYTHON_PATH))
114+
os.system('%s/pip uninstall redis -y' % (self.PYTHON_PATH))
115115
os.system('%s/pip install redis==2.10.6' % (self.PYTHON_PATH))
116116

117117
# collect django static

0 commit comments

Comments
 (0)