File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2155,7 +2155,7 @@ static int launchctl_schedule_plist(const char *exec_path, enum schedule_priorit
2155
2155
2156
2156
case SCHEDULE_DAILY :
2157
2157
repeat = "<dict>\n"
2158
- "<key>Day </key><integer>%d</integer>\n"
2158
+ "<key>Weekday </key><integer>%d</integer>\n"
2159
2159
"<key>Hour</key><integer>0</integer>\n"
2160
2160
"<key>Minute</key><integer>%d</integer>\n"
2161
2161
"</dict>\n" ;
@@ -2166,7 +2166,7 @@ static int launchctl_schedule_plist(const char *exec_path, enum schedule_priorit
2166
2166
case SCHEDULE_WEEKLY :
2167
2167
strbuf_addf (& plist ,
2168
2168
"<dict>\n"
2169
- "<key>Day </key><integer>0</integer>\n"
2169
+ "<key>Weekday </key><integer>0</integer>\n"
2170
2170
"<key>Hour</key><integer>0</integer>\n"
2171
2171
"<key>Minute</key><integer>%d</integer>\n"
2172
2172
"</dict>\n" ,
You can’t perform that action at this time.
0 commit comments