mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Correct the default value for %%TINDERBOX%%.
This commit is contained in:
parent
ba454f638c
commit
d75e5c3eb9
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ my %INITIAL_CONFIG = (
|
|||
'SUBJECT' => 'Tinderbox failure on %%arch%%/%%machine%%',
|
||||
'TARGETS' => [ 'update', 'world' ],
|
||||
'TIMEOUT' => '',
|
||||
'TINDERBOX' => '%%HOME%%/tinderbox',
|
||||
'TINDERBOX' => '%%HOME%%/bin/tinderbox',
|
||||
);
|
||||
my %CONFIG;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue