diff --git a/handlers/main.yml b/handlers/main.yml
index 6f4109788882399155129e20e60caf3bb70dcc35..899d15651f89f53726245dd0785adfee8989c1e7 100644
--- a/handlers/main.yml
+++ b/handlers/main.yml
@@ -5,6 +5,6 @@
   command: borgmatic init --encryption repokey
 
 - name: Init Borg App
-  command: dc exec -it -u root borgmatic borgmatic --init --encryption repokey
+  command: dc exec -it -u root borgmatic borgmatic init --encryption repokey
   args:
     chdir: '{{ application_root }}'