mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-01-19 03:48:11 +01:00
Fixed snapshot tests on CI... hopefully
This commit is contained in:
parent
bb494fa484
commit
1c9eb2cb82
@ -9,7 +9,7 @@ LIB="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/../lib"
|
||||
source "${LIB}/print.sh"
|
||||
source "${LIB}/opt.sh"
|
||||
# -----------------------------------------------------------------------------
|
||||
SEP="$(printc "%{DIM}%$(tput cols)s%{CLEAR}" | tr ' ' '─')"
|
||||
SEP="$(printc "%{DIM}%$(tput cols)s%{CLEAR}" | sed "s/ /─/g")"
|
||||
RG_ARGS=()
|
||||
BAT_ARGS=()
|
||||
PATTERN=
|
||||
|
Loading…
Reference in New Issue
Block a user