summaryrefslogtreecommitdiff
path: root/rtf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rtf.sh')
-rwxr-xr-xrtf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtf.sh b/rtf.sh
index cea89e8..aef2480 100755
--- a/rtf.sh
+++ b/rtf.sh
@@ -2,6 +2,6 @@
cat $1 \
| pandoc -t html \
> /tmp/output.html \
- && vivaldi-snapshot /tmp/output.html \
+ && vivaldi-stable /tmp/output.html \
&& read -n 1 \
&& rm /tmp/output.html