Skip to content

Commit a44e660

Browse files
committed
bug: fixed change that caused CI #94
1 parent 37a1d39 commit a44e660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ver-bump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ main() {
6363
# shellcheck disable=SC2128
6464
if [[ "$0" = "$BASH_SOURCE" ]]; then
6565
source "$MODULE_DIR/lib/styles.sh" # only load when not sourced, for tests to work
66-
# main "$@"
66+
main "$@"
6767
fi

0 commit comments

Comments
 (0)