v4.4.2
===================================================================== --- Bug Fixes ---------------------------- - fixed a bug which emerged from the latest version of github's actions/runner-images
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
FZF() {
|
||||
[ $CI ] && FAIL 1 'currently in CI, but FZF requires user input'
|
||||
[ $CI ] && {
|
||||
DEBUG "invoked FZF with $@"
|
||||
FAIL 1 'currently in CI, but FZF requires user input'
|
||||
}
|
||||
|
||||
local FZF_ARGS=()
|
||||
|
||||
|
Reference in New Issue
Block a user