diff --git a/src/console/targets/targets.v b/src/console/targets/targets.v index b527896..bf2051f 100644 --- a/src/console/targets/targets.v +++ b/src/console/targets/targets.v @@ -211,7 +211,8 @@ pub fn cmd() cli.Command { arch := cmd.flags.get_string('arch')! if arch == '' { - return error('When scheduling the build remotely, you have to specify an architecture.') + println('When scheduling the build remotely, you have to specify an architecture.') + exit(1) } c := client.new(conf.address, conf.api_key)