launchd: fix example of StartCalendarInterval
This commit is contained in:
parent
5e889b385c
commit
c7c69ec405
|
@ -19,10 +19,12 @@ let
|
|||
example = literalExpression ''
|
||||
{
|
||||
ProgramArguments = [ "/usr/bin/say" "Good afternoon" ];
|
||||
StartCalendarInterval = {
|
||||
Hour = 12;
|
||||
Minute = 0;
|
||||
};
|
||||
StartCalendarInterval = [
|
||||
{
|
||||
Hour = 12;
|
||||
Minute = 0;
|
||||
}
|
||||
];
|
||||
}
|
||||
'';
|
||||
description = ''
|
||||
|
|
Loading…
Reference in a new issue