mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
* usr/bin/manifest:
- remove http, breaks pastebinit
This commit is contained in:
parent
73b71b8148
commit
e329186dd8
2 changed files with 3 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue