Skip to content

Commit

Permalink
Release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haxorof committed Oct 24, 2018
1 parent 41f99d3 commit efb98f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased](../../releases/tag/X.Y.Z)

## [1.9.0](../../releases/tag/1.9.0) - 2018-10-24

### Added

- Add support to allow users to be added to the docker group ([#53](../../issues/53))
Expand Down
2 changes: 1 addition & 1 deletion tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ VagrantDestroy() {

VagrantBoxAdd() {
if [[ "$(VagrantExists)" == "0" ]]; then
cmdOutput=$($VAGRANT_CMD box add $1 2>&1)
cmdOutput=$($VAGRANT_CMD box add --provider=virtualbox $1 2>&1)
exitCode=$?
if [[ "$cmdOutput" == *force* ]]; then
return 0
Expand Down

0 comments on commit efb98f8

Please sign in to comment.