Skip to content

Commit ece3da2

Browse files
committed
Merge branch 'release/v0.4.2'
2 parents b614fc8 + 0da3bf2 commit ece3da2

6 files changed

Lines changed: 321 additions & 288 deletions

File tree

.codeclimate.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
engines:
3+
gofmt:
4+
enabled: true
5+
govet:
6+
enabled: true
7+
golint:
8+
enabled: true
9+
ratings:
10+
paths:
11+
- "**.go"

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.4.2]
2+
3+
### [UPDATED]
4+
- Changed link to images mapping file location
5+
- Disabled vbox profile selection step
6+
- Readme updated
7+
18
## [0.4.1]
29

310
### [FIXED]

device/flasher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func (d *flasher) Prepare() error {
9292
log.WithField("name", d.vbox.Name).Info("Selected profile")
9393

9494
if d.vbox.State != virtualbox.Running {
95-
fmt.Printf(`[+] Selected virtual machine
95+
fmt.Printf(`[+] Using virtual machine
9696
Name - `+dialogs.PrintColored("%s")+`
9797
Description - `+dialogs.PrintColored("%s")+"\n", d.vbox.Name, d.vbox.Description)
9898

0 commit comments

Comments
 (0)