mirror of
https://github.com/denisidoro/navi
synced 2024-11-22 03:23:05 +00:00
Merge pull request #185 from bitozoid/fix-issue-182-v1
Limit dep order filter To fix #182.
This commit is contained in:
commit
d7e0ecad9e
2 changed files with 2 additions and 2 deletions
2
navi
2
navi
|
@ -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 "$@"
|
||||
|
|
|
@ -77,7 +77,7 @@ ui::width() {
|
|||
}
|
||||
|
||||
ui::remove_dep_order() {
|
||||
sed -E 's/^[^;]+; //'
|
||||
sed -E 's/^: [^;]+; //'
|
||||
}
|
||||
|
||||
ui::print_preview() {
|
||||
|
|
Loading…
Reference in a new issue