* usr/bin/manifest:

- remove http, breaks pastebinit
This commit is contained in:
Dustin Kirkland 2016-05-04 22:08:04 -05:00
commit e329186dd8
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
byobu (5.107) unreleased; urgency=medium byobu (5.107) unreleased; urgency=medium
* UNRELEASED * usr/bin/manifest:
- remove http, breaks pastebinit
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 14 Apr 2016 11:21:51 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Thu, 14 Apr 2016 11:21:51 -0500

View file

@ -67,7 +67,7 @@ fi
if [ "$ACTION" = "import" ]; then if [ "$ACTION" = "import" ]; then
import_packages import_packages
elif [ "$ACTION" = "export" ]; then elif [ "$ACTION" = "export" ]; then
[ -n "$OBJECT" ] || OBJECT="http://paste.ubuntu.com" [ -n "$OBJECT" ] || OBJECT="paste.ubuntu.com"
export_packages export_packages
else else
usage usage