Skip to content

Commit 24a74bb

Browse files
committed
👹 Feed the hobgoblins (delint).
1 parent 72fabf0 commit 24a74bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎jaraco/fabric/mongodb.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def distro_install_2(c, version):
5454

5555
# MongoDB 2
5656
content = (
57-
'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart ' 'dist 10gen',
57+
'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen',
5858
)
5959
org_list = '/etc/apt/sources.list.d/mongodb.list'
6060

@@ -82,7 +82,7 @@ def distro_install_3(c, version):
8282

8383
for key in APT_KEYS:
8484
c.sudo(
85-
'apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 ' f'--recv {key}',
85+
f'apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv {key}',
8686
warn=True,
8787
)
8888

0 commit comments

Comments
 (0)