Browse Source

Fix indentation

Matteo Savatteri 4 years ago
parent
commit
2d6afbf006
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vaporget

+ 1 - 1
vaporget

@@ -29,7 +29,7 @@ wget -qO- $WEBSITE 2>/dev/null \
 	| xargs -d '\n' dialog --title "VAPORGET" --checklist "Please, select an artist:" 0 0 0 3>&1 1>&2 2>&3 3>&- \
 	| sed -e 's/ /\n/g' -e '$a\' \
 	| { sed -e 's,^,'"${WEBSITE}"','; clear > $TTY; } \
-|wget -i - --spider -r -l inf --no-parent --no-directories 2>&1 \
+	| wget -i - --spider -r -l inf --no-parent --no-directories 2>&1 \
 	| grep --line-buffered '^--' \
 	| stdbuf -oL cut -d' ' -f4 \
 	| grep --line-buffered '\.\(flac\|mp3\|wav\)$' \