diff options
author | shirleyquirk | 2020-08-04 23:53:21 +0000 |
---|---|---|
committer | GitHub | 2020-08-04 23:53:21 +0000 |
commit | 731f8d7692bfe08f5fd5890a98797f9b1b8d065d (patch) | |
tree | 512a18c53d4e7e6878ea134a2a307e3caec2278d /src/feature/syncinfo.nim | |
parent | 29e12415d4bae7a08fa9f3024d809b5a3be76ba1 (diff) | |
parent | b2321b0ded6f4a9803daf9dbcbd88d56321a9305 (diff) |
Merge branch 'lc_useVersion' into collect
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 6b2278d..77e94bf 100644 --- a/src/feature/syncinfo.nim +++ b/src/feature/syncinfo.nim @@ -2,7 +2,7 @@ import options, posix, sequtils, strutils, sugar, tables, "../args", "../aur", "../common", "../config", "../format", "../package", "../pacman", "../utils", - "../wrapper/alpm" + "../wrapper/alpm", "../listcomp" const pacmanInfoStrings = [ |