Skip to content

Commit

Permalink
Merge pull request #185 from bitozoid/fix-issue-182-v1
Browse files Browse the repository at this point in the history
Limit dep order filter

To fix #182.
  • Loading branch information
denisidoro authored Feb 4, 2020
2 parents 68651bb + bf7f145 commit d7e0eca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion navi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
export NAVI_HOME="$(cd "$(dirname "$0")" && pwd)"
source "${NAVI_HOME}/src/main.sh"

VERSION="0.18.2"
VERSION="0.18.3"
NAVI_ENV="${NAVI_ENV:-prod}"

opts::eval "$@"
Expand Down
2 changes: 1 addition & 1 deletion src/ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ui::width() {
}

ui::remove_dep_order() {
sed -E 's/^[^;]+; //'
sed -E 's/^: [^;]+; //'
}

ui::print_preview() {
Expand Down

0 comments on commit d7e0eca

Please sign in to comment.