Skip to content

Commit 2b6b43d

Browse files
committed
Typo in requirement loading
1 parent fbaf422 commit 2b6b43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ val installAll =
4141
|python3 -m pip install pylint-common==0.2.2 &&
4242
|python -m pip install pylint-celery==0.3 &&
4343
|python3 -m pip install pylint-celery==0.3 &&
44-
|python -m pip install SaltPyLint=2017.12.15 &&
44+
|python -m pip install SaltPyLint==2017.12.15 &&
4545
|python3 -m pip install SaltPyLint==2017.12.15 &&
4646
|python -m pip install pylint==1.7.5 --upgrade --ignore-installed --no-cache-dir &&
4747
|python3 -m pip install pylint==1.7.5 --upgrade --ignore-installed --no-cache-dir &&

0 commit comments

Comments
 (0)