From 24080569b84ad1868bf90ce1767981155213798c Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 15 May 2021 06:57:20 +0530 Subject: [PATCH] Chnage tabs to spaces --- plugins/.nnn-plugin-helper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/.nnn-plugin-helper b/plugins/.nnn-plugin-helper index 4738c699..a0377ac1 100644 --- a/plugins/.nnn-plugin-helper +++ b/plugins/.nnn-plugin-helper @@ -33,6 +33,6 @@ nnn_cd () { } cmd_exists () { - type "$1" > /dev/null 2>&1 - echo $? + type "$1" > /dev/null 2>&1 + echo $? }