Skip to content

Commit ed3390b

Browse files
committed
try pre-commit on multiple platforms
1 parent b20ee69 commit ed3390b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-scripts/install_gettext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def main():
2424
cmd = shlex.split("sudo apt update && sudo apt install -y gettext", posix=True)
2525
else: # macOS
2626
cmd = shlex.split("brew update && brew install gettext", posix=True)
27-
return subprocess.run(cmd, shell=False, check=True)
27+
return subprocess.run(cmd, shell=True, check=True)
2828

2929

3030
if __name__ == "__main__":

0 commit comments

Comments
 (0)