[release-monitoring] Fix typo

Use == instead =.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2022-08-29 18:51:22 +02:00
parent 11a1566b29
commit 88e9c37990

View file

@ -47,7 +47,7 @@ items:
# Install newer version of flask-login than what is available in Fedora 36
# It has issue with werkzeug package available in Fedora
# See https://github.com/maxcountryman/flask-login/pull/691 for more info
RUN pip install Flask-Login=0.6.2
RUN pip install Flask-Login==0.6.2
RUN git clone https://github.com/fedora-infra/anitya.git && \
pushd anitya && \
{% if env == 'staging' %}