diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/gist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index f941894..c248d3e 100755 --- a/scripts/gist +++ b/scripts/gist | |||
| @@ -224,7 +224,7 @@ _apply_config() { | |||
| 224 | 224 | ||
| 225 | _check_repo_status() { | 225 | _check_repo_status() { |
| 226 | if [[ ! -d $1 ]]; then | 226 | if [[ ! -d $1 ]]; then |
| 227 | if [[ $auto_sync ]]; then | 227 | if [[ $auto_sync == 'true' ]]; then |
| 228 | echo "\e[32m[cloning]\e[0m"; | 228 | echo "\e[32m[cloning]\e[0m"; |
| 229 | else | 229 | else |
| 230 | echo "\e[32m[Not cloned yet]\e[0m"; | 230 | echo "\e[32m[Not cloned yet]\e[0m"; |