diff --git a/debian/changelog b/debian/changelog index 53759a7..2f61002 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ ubuntu-dev-tools (0.60) UNRELEASED; urgency=low * Adjusted imports on all files as necessary for the change above. * Removed ubuntutools/misc.py's mkdir function - superseded by os.makedirs(). + * dgetlp: Improved error message to show that dgetlp only accepts HTTP + URLs (LP: #322051). [ Iain Lane ] * requestsync: Only attempt to change bug importance if in ubuntu-dev, as it diff --git a/dgetlp b/dgetlp index bf6d9d7..95b02ee 100755 --- a/dgetlp +++ b/dgetlp @@ -134,7 +134,7 @@ fi if [ ${URL:0:30} != 'http://launchpadlibrarian.net/' ] then - echo "Error: This utility only works for files on launchpadlibrarian.net." + echo "Error: This utility only works for files on http://launchpadlibrarian.net." exit 1 fi