about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xhm/soispha/pkgs/scripts/specific/neorg/sh/functions/utils3
1 files changed, 2 insertions, 1 deletions
diff --git a/hm/soispha/pkgs/scripts/specific/neorg/sh/functions/utils b/hm/soispha/pkgs/scripts/specific/neorg/sh/functions/utils
index c99de7fd..91da811a 100755
--- a/hm/soispha/pkgs/scripts/specific/neorg/sh/functions/utils
+++ b/hm/soispha/pkgs/scripts/specific/neorg/sh/functions/utils
@@ -1,6 +1,7 @@
 #!/usr/bin/env dash
 
-# Runs it's first argument and then the second, regardless if the first failed or succeed
+# Runs it's first argument and then the second, regardless if the first failed or
+# succeeded
 utils0chain() {
     eval "$1"; eval "$2"
 }