From 9dab461c9a1614dcbb01a2dfe254181b8eebf74e Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Fri, 5 Feb 2021 17:13:56 +0000 Subject: [PATCH] Fix stray tab character --- roles/home-cli/files/shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index 88be88f..70943bc 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -1,7 +1,7 @@ #!/bin/sh if [ "$ZSH_VERSION" ]; then - emulate sh -c 'source /etc/profile' + emulate sh -c 'source /etc/profile' fi PATH="/usr/sbin:/sbin:/usr/bin:/bin"