mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 08:11:15 -03:00
Fix fish_indent_interrupt CI workaround
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
from pexpect_helper import SpawnedProc
|
||||
import os
|
||||
import os, sys
|
||||
|
||||
if "CI" in os.environ:
|
||||
sys.exit(127)
|
||||
|
||||
Reference in New Issue
Block a user