Skip to content

Commit b67a565

Browse files
committed
Remove unused option for publish_scheduled
1 parent ef9708c commit b67a565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/module.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ in
9090
in
9191
{
9292
startAt = "hourly";
93-
script = "${venv}/bin/strykeforce-manage publish_scheduled --no-input";
93+
script = "${venv}/bin/strykeforce-manage publish_scheduled";
9494
environment = {
9595
DJANGO_SETTINGS_MODULE = cfg.settingsModule;
9696
ALLOWED_HOSTS = cfg.allowedHosts;

0 commit comments

Comments
 (0)