Ver código fonte

Merge pull request #91 from luzat/fix-whitespace

Tim Byrne 7 anos atrás
pai
commit
75e0bf94bb
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      yadm

+ 1 - 1
yadm

@@ -812,7 +812,7 @@ function set_operating_system() {
     CYGWIN*)
       git_version=$(git --version 2>/dev/null)
       if [[ "$git_version" =~ windows ]] ; then
-	      USE_CYGPATH=1
+          USE_CYGPATH=1
       fi
       ;;
     *)