Skip to content

Commit e36790a

Browse files
committed
v1.4.1
1 parent 94f1560 commit e36790a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generator-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ jobs:
332332
if: ${{ fromJson(inputs.extras).delayFix == 'true' }}
333333
shell: bash
334334
run: |
335-
sed -i -e '/if !key.is_empty() && !token.is_empty() {/,/^\s*}/d' ./src/client.rs
335+
sed -i -e 's|!key.is_empty()|false|' ./src/client.rs
336336
337337
- name: add cycle monitors to toolbar
338338
continue-on-error: true

0 commit comments

Comments
 (0)