diff options
author | Marie-Helene Burle <msb2@sfu.ca> | 2019-06-01 10:40:40 -0700 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-12-30 21:16:38 +0100 |
commit | 6dd43b8854affba979b75783d84b06aa15ca915b (patch) | |
tree | c72b53417849db7d87ebae79b528ce5c72e861ab | |
parent | 42a5cff42021b75f3a9efd4ad126dba5add9c4a9 (diff) | |
download | ranger-6dd43b8854affba979b75783d84b06aa15ca915b.tar.gz |
Fix minor comment inconsistency
-rwxr-xr-x | ranger/data/scope.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh index 56ec51fb..bad000a3 100755 --- a/ranger/data/scope.sh +++ b/ranger/data/scope.sh @@ -83,6 +83,7 @@ handle_extension() { odt|ods|odp|sxw) ## Preview as text conversion odt2txt "${FILE_PATH}" && exit 5 + # Preview as markdown conversion pandoc -s -t markdown "${FILE_PATH}" && exit 5 exit 1;; |