Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Fix describe_git function
Browse files Browse the repository at this point in the history
Signed-off-by: Ari Archer <[email protected]>
  • Loading branch information
Ari Archer committed Sep 28, 2022
1 parent 42f7192 commit 2e342f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions baz
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[ "$BAZ_DEBUG" ] && set -x

export BAZ_VERSION='2.2.1'
export BAZ_VERSION='2.2.2'
export BAZ_DIR="$HOME/.local/share/baz"
export BAZ_CONFDIR="$HOME/.config/baz"
export BAZ_CONF="$BAZ_CONFDIR/config.env"
Expand Down Expand Up @@ -665,7 +665,7 @@ baz_info() {
error "Plugin type '$1' is not known"

for plugin in "${@:2}"; do
check_plugin_state
[ "$1" = 'git' ] || check_plugin_state

$fn "$plugin"
eecho
Expand Down

0 comments on commit 2e342f0

Please sign in to comment.