mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-14 00:21:08 +00:00
Fix typo.
This commit is contained in:
parent
8a67e7b8e4
commit
082d3aa4a9
2
ack-sync
2
ack-sync
@ -55,7 +55,7 @@ def get_source(package, version, section):
|
||||
|
||||
if os.path.isdir("/tmpfs"):
|
||||
workdir = "/tmpfs/ack-sync"
|
||||
else
|
||||
else:
|
||||
workdir = "/tmp/ack-sync"
|
||||
if not os.path.isdir(workdir):
|
||||
os.makedirs(workdir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user