mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
parent
6819c21600
commit
f816725050
2 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,8 @@ delete $ENV{'TASKRC'};
|
|||
# Create the rc file.
|
||||
if (open my $fh, '>', 'pri.rc')
|
||||
{
|
||||
print $fh "data.location=.\n";
|
||||
print $fh "data.location=.\n",
|
||||
"verbose=off\n";
|
||||
close $fh;
|
||||
ok (-r 'pri.rc', 'Created pri.rc');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue