Skip to content

Commit 6656f7c

Browse files
committed
Minor indentation fix
1 parent e7a872c commit 6656f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/shell.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ defmodule Mix.Shell do
6565
case { System.get_env("COMSPEC"), osname } do
6666
{ nil, :windows } -> 'command.com /c #{command}'
6767
{ nil, _ } -> 'cmd /c #{command}'
68-
{ cmd, _ } -> '#{cmd} /c #{command}'
68+
{ cmd, _ } -> '#{cmd} /c #{command}'
6969
end
7070
end
7171
end

0 commit comments

Comments
 (0)