Skip to content

Commit

Permalink
Revert "Removed __check_dep_version from main script and moved to ins…
Browse files Browse the repository at this point in the history
…tall script"

This reverts commit 1ed2744.
  • Loading branch information
czar0 committed Feb 2, 2022
1 parent e6a86ab commit c2014f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions fabkit
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ __set_debug() {
esac
done
}

readonly FUNC="$1"
if [ -z "$FUNC" ]; then
title
Expand All @@ -140,6 +141,7 @@ fi

readonly START_TIME="$(date -u +%s)"
title
__check_dep_version
__set_debug "$@"

shift || true
Expand Down
1 change: 0 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ __check_deps() {
__error "git required but not installed"
exit 1
fi
__check_dep_version
}

__overwrite_line() {
Expand Down

0 comments on commit c2014f1

Please sign in to comment.