Skip to content

Commit

Permalink
Merge pull request #59 from MartinNowak/unforcedHalt
Browse files Browse the repository at this point in the history
don't plug the cord for halt
  • Loading branch information
AndrewEdwards committed Feb 16, 2014
2 parents 69558dd + 2d5337f commit a594a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_dmd_release/build_all.d
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ struct Box
void halt()
{
try
if (_isUp) run("cd "~_tmpdir~" && vagrant halt -f");
if (_isUp) run("cd "~_tmpdir~" && vagrant halt");
finally
_isUp = false;
}
Expand Down

0 comments on commit a594a52

Please sign in to comment.