Skip to content

Commit

Permalink
Merge 536d4da into 44e892b
Browse files Browse the repository at this point in the history
  • Loading branch information
tarfa authored Mar 29, 2019
2 parents 44e892b + 536d4da commit cc61144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/spec/mfadevice.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (cmd *CreateMfadevice) ManualRun(renv env.Running) (interface{}, error) {
if err != nil {
return nil, fmt.Errorf("encode qrcode: %s", err)
}
qrCodeDisplaySize := 40
qrCodeDisplaySize := 43
qrcode, err = barcode.Scale(qrcode, qrCodeDisplaySize, qrCodeDisplaySize)
if err != nil {
return nil, fmt.Errorf("scale qrcode: %s", err)
Expand Down

0 comments on commit cc61144

Please sign in to comment.