From 5e4259b2a6e67e974ed16b74a75aa0ba5c4a2581 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 1 Jun 2022 19:51:04 -0300 Subject: src/bin/pb: Use 'e' over 'vipe' --- src/bin/pb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin') diff --git a/src/bin/pb b/src/bin/pb index 04ac664..b3e0bc0 100755 --- a/src/bin/pb +++ b/src/bin/pb @@ -138,7 +138,7 @@ URL="$(url "$DATE" "$SLUG")" # shellcheck disable=2064 trap "rm -f '$OUT-tmp'" EXIT -cat <<-EOF | vipe > "$OUT-tmp" +cat <<-EOF | e > "$OUT-tmp" --- title: $TITLE -- cgit v1.2.3