Skip to content

Commit

Permalink
When publishing meteor tool on windows, print output as it happens
Browse files Browse the repository at this point in the history
  • Loading branch information
avital committed Mar 24, 2015
1 parent f4e2e2a commit 903a8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/admin/publish-meteor-tool.bat
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ REM we expect that the meteor-session file is transferred before-hand by
REM publish-meteor-tool-on-arch.sh
set METEOR_SESSION_FILE=C:\meteor-session
REM in case of failure, print the log of the operation
..\..\meteor.bat publish --existing-version ^> C:\log.txt 2^>^&^1 ^|^| type C:\log.txt
..\..\meteor.bat publish --existing-version

0 comments on commit 903a8af

Please sign in to comment.