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')!
|
arch := cmd.flags.get_string('arch')!
|
||||||
|
|
||||||
if arch == '' {
|
if arch == '' {
|
||||||
println('When scheduling the build remotely, you have to specify an architecture.')
|
return error('When scheduling the build remotely, you have to specify an architecture.')
|
||||||
exit(1)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
c := client.new(conf.address, conf.api_key)
|
c := client.new(conf.address, conf.api_key)
|
||||||
|
|
Loading…
Reference in New Issue