Skip to content

Commit

Permalink
Fix missing space in scheduling error message
Browse files Browse the repository at this point in the history
  • Loading branch information
okurz committed Nov 22, 2023
1 parent 36c8ea4 commit b227009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OpenQA/Schema/Result/ScheduledProducts.pm
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ sub _schedule_iso {
$force = delete $args->{_FORCE_OBSOLETE} || $force;
if (($deprioritize || $obsolete) && $args->{TEST} && !$force) {
return {error => 'One must not specify TEST and _DEPRIORITIZEBUILD=1/_OBSOLETE=1 at the same time as it is'
. 'likely not intended to deprioritize the whole build when scheduling a single scenario.'
. ' likely not intended to deprioritize the whole build when scheduling a single scenario.'
};
}

Expand Down

0 comments on commit b227009

Please sign in to comment.