Skip to content

Commit

Permalink
* usr/bin/adapt:
Browse files Browse the repository at this point in the history
  - fix github issue #1, -d
  • Loading branch information
dustinkirkland committed Feb 24, 2016
1 parent ec8578b commit aa07bc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
adapt (1.2) unreleased; urgency=medium

* UNRELEASED
* usr/bin/adapt:
- fix github issue #1, -d

-- Dustin Kirkland <[email protected]> Wed, 27 Jan 2016 10:20:36 -0800

Expand Down
2 changes: 1 addition & 1 deletion usr/bin/adapt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ case "$(uname -m)" in
;;
esac
DISTRO="ubuntu"
RELEASE=$(distro-info --latest)
RELEASE=$(distro-info --latest || distro-info -d)
while [ ! -z "$1" ]; do
case "$1" in
-c|--command)
Expand Down

0 comments on commit aa07bc3

Please sign in to comment.