Compare commits
1 Commits
b3e26e5ffe
...
2cc3e8404e
Author | SHA1 | Date |
---|---|---|
|
2cc3e8404e |
|
@ -211,8 +211,7 @@ pub fn cmd() cli.Command {
|
|||
arch := cmd.flags.get_string('arch')!
|
||||
|
||||
if arch == '' {
|
||||
println('When scheduling the build remotely, you have to specify an architecture.')
|
||||
exit(1)
|
||||
return error('When scheduling the build remotely, you have to specify an architecture.')
|
||||
}
|
||||
|
||||
c := client.new(conf.address, conf.api_key)
|
||||
|
|
Loading…
Reference in New Issue