Skip to content

Commit

Permalink
windows start.bat bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxinhua committed May 12, 2015
1 parent f3c98f5 commit 585ff63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion websites/code/studygolang/start.bat
Expand Up @@ -8,7 +8,7 @@ goto end

:ok

start /b bin\studygolang >> log\panic.log 2>&1 &
start /b bin\studygolang.exe >> log\panic.log 2>&1 &

echo start successfully

Expand Down

0 comments on commit 585ff63

Please sign in to comment.