Skip to content

Commit 41250d2

Browse files
committed
👀 Make it match a RegExp of _true_
1 parent 8b16c08 commit 41250d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/units/autoload_proompter_callback_prompt.vader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Execute (proompter#callback#prompt#EncodeImagesFromFilePaths -- Reads and encode
55
let file_path = '/tmp/checkerboard.png'
66

77
" TODO: Maybe also inspect `/etc/os-release`
8-
if system('echo $GITHUB_ACTIONS') == 'true'
8+
if system('echo $GITHUB_ACTIONS') =~ 'true'
99
echoe "system('echo $GITHUB_ACTIONS') ->" system('echo $GITHUB_ACTIONS')
1010
call system("convert -size 1x1 'xc:rgb(0,0,0)' " . file_path)
1111
else

0 commit comments

Comments
 (0)