fix: simple typo in omarchy-launch-walker (#4514)

This commit is contained in:
amrxtgh
2026-02-06 21:33:21 +05:45
committed by GitHub
parent be7f316371
commit f57234b991

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Launch the Walker application launcher while ensuring that it's data provider (called elephant) is runnig first. # Launch the Walker application launcher while ensuring that it's data provider (called elephant) is running first.
# Ensure elephant is running before launching walker # Ensure elephant is running before launching walker
if ! pgrep -x elephant > /dev/null; then if ! pgrep -x elephant > /dev/null; then