Skip to content

Commit

Permalink
don't plug the cord for halt
Browse files Browse the repository at this point in the history
- Do a proper shutdown, or the filesystem cache
  might not have been written to disk.
  • Loading branch information
MartinNowak committed Feb 12, 2014
1 parent 9b28960 commit 2d5337f
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 2d5337f

Please sign in to comment.