Skip to content

Commit

Permalink
removing confusing 'HttpIn'
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Marx authored and Steve Marx committed Dec 6, 2011
1 parent 1154eca commit 225c121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.cmd
Expand Up @@ -4,4 +4,4 @@ if "%ServiceHostingSDKInstallPath%" == "" (
GOTO :eof
)
csrun PackAndDeploy.csx ServiceConfiguration.Local.cscfg
if "%ERRORLEVEL%"=="0" ( echo Browse to the HttpIn port you see above to view the app. To stop all running apps, use "csrun /removeAll" )
if "%ERRORLEVEL%"=="0" ( echo Browse to the port you see above to view the app. To stop all running apps, use "csrun /removeAll" )

0 comments on commit 225c121

Please sign in to comment.