diff options
author | kitsunyan | 2018-04-29 21:01:25 +0000 |
---|---|---|
committer | kitsunyan | 2018-04-29 21:01:25 +0000 |
commit | 5f7f4f2d713025f05cbc240323b6fe47bb6dbe24 (patch) | |
tree | c67d82e2a19f101f6815fdb20bc97cf3e825076a /src/feature/syncinfo.nim | |
parent | 10e4e09cfc70730c1206e420d9bb337d37939b30 (diff) |
Add PKGBUILD retrieving
Diffstat (limited to 'src/feature/syncinfo.nim')
-rw-r--r-- | src/feature/syncinfo.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/syncinfo.nim b/src/feature/syncinfo.nim index 42d7e91..b0765f4 100644 --- a/src/feature/syncinfo.nim +++ b/src/feature/syncinfo.nim @@ -101,7 +101,7 @@ proc handleTarget(config: Config, padding: int, args: seq[Argument], proc handleSyncInfo*(args: seq[Argument], config: Config): int = let (_, callArgs) = checkAndRefresh(config.color, args) - let targets = args.packageTargets + let targets = args.packageTargets(false) let (syncTargets, checkAurNames) = withAlpm(config.root, config.db, config.dbs, config.arch, handle, dbs, errors): |