Skip to content

Commit b20ee69

Browse files
committed
uyku önemli
1 parent 49e0c50 commit b20ee69

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
@@ -21,7 +21,7 @@ def main():
2121
)
2222
exit(0)
2323
elif sys.platform in ["linux", "linux2"]:
24-
cmd = shlex.split("sudo apt --update && sudo apt install -y gettext", posix=True)
24+
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)
2727
return subprocess.run(cmd, shell=False, check=True)

0 commit comments

Comments
 (0)