mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-06-17 23:38:08 +00:00
resin build: fix mismatch in command line argument signature
The command line arg was taking `devicetype`, but the rest of the code uses `deviceType`. Thus it was impossible to specify a device type in practice to build a `Dockerfile.template`. Change-type: patch Signed-off-by: Gergely Imreh <imrehg@gmail.com>
This commit is contained in:
@ -1304,7 +1304,7 @@ Examples:
|
||||
|
||||
The architecture to build for
|
||||
|
||||
#### --devicetype, -d <deviceType>
|
||||
#### --deviceType, -d <deviceType>
|
||||
|
||||
The type of device this build is for
|
||||
|
||||
|
Reference in New Issue
Block a user