]> pd.if.org Git - zpackage/commitdiff
fix stray comma in rmpackage
authorNathan Wagner <nw@hydaspes.if.org>
Sat, 15 Dec 2018 16:44:33 +0000 (16:44 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Sat, 15 Dec 2018 16:44:33 +0000 (16:44 +0000)
zpm-rmpackage

index 1292eda98dc7be6d592efc652a919e4160bb5843..a09d0e2b8309e462dccd9e5a8aab4d73e9a955de 100755 (executable)
@@ -47,7 +47,7 @@ fi
                fi
                pkgid=$(zpm quote "$pkgid")
                printf "delete from packages_pkgid where pkgid = '$pkgid';\n"
-               printf "insert into zpmlog (action, target, info) values (%s,'%s',%s);\n" 'rmpackage', "$pkgid", "$message"
+               printf "insert into zpmlog (action, target, info) values (%s,'%s',%s);\n" 'rmpackage' "$pkgid" "$message"
        done
        printf "commit;\n"
 } | zpm shell $pkgfile