cleanup: shfmt, shellcheck, and whitespace
[webi-installers/.git] / comrak / install.sh
index 8e503524c2f747f3d76eeb624f0068d5209dc519..a51a902e9eafbe202b226cd6f473e0e3ad5213e9 100644 (file)
     WEBI_SINGLE=true
 
     pkg_get_current_version() {
-      # 'comrak --version' has output in this format:
-      #       comrak 0.8.1
-      # This trims it down to just the version number:
-      #       0.8.1
-      echo $(comrak --version 2>/dev/null | head -n 1 | cut -d' ' -f 2)
+        # 'comrak --version' has output in this format:
+        #       comrak 0.8.1
+        # This trims it down to just the version number:
+        #       0.8.1
+        echo $(comrak --version 2> /dev/null | head -n 1 | cut -d' ' -f 2)
     }
 
     pkg_install() {