diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-06-01 15:19:24 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-06-01 15:19:34 +0530 |
commit | f6d9a6b34d695908b752737d0a2cba6733de7800 (patch) | |
tree | 591518184fce391313d28c223b886e0170f00592 /plugins | |
parent | 9fddd416cae5d4b9c050543edc03c9ae40ff63e2 (diff) | |
download | nnn-f6d9a6b34d695908b752737d0a2cba6733de7800.tar.gz |
Fix shellcheck
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/preview-tui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/preview-tui b/plugins/preview-tui index c3eae3b..1c8c41d 100755 --- a/plugins/preview-tui +++ b/plugins/preview-tui @@ -58,7 +58,7 @@ preview_file () { # Binary file: just print filetype info echo "-------- binary file --------" file -b "$1" - echo "\n-------- stat --------" + echo "-------- stat --------" stat "$1" else # Text file: |