Ver código fonte

Fix shellcheck

master
Arun Prakash Jana 4 anos atrás
pai
commit
f6d9a6b34d
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: A75979F35C080412
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      plugins/preview-tui

+ 1
- 1
plugins/preview-tui Ver arquivo

@@ -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:


Carregando…
Cancelar
Salvar