diff --git a/ahoy.live.yml b/ahoy.live.yml
index 798755651a56c869fe9efe390fc6e0bea2e60dac..ee56b1c63f48468bce2f3f3d4c7ce148df139dd8 100644
--- a/ahoy.live.yml
+++ b/ahoy.live.yml
@@ -2,22 +2,22 @@ ahoyapi: v2
 commands:
   pull:
     cmd: |
-      download db
+      download db main
       drush @default.dev cr
       drush -y @default.dev config-split:import develop
-      download files
+      download files main
       chmod -R ugo+w files/default/files
       chmod -R ugo+w files/default/private
     usage: Pull files and DB from live site
   pull-sql:
     cmd: |
-      download db
+      download db main
       drush @default.dev cr
       drush -y @default.dev config-split:import develop
     usage: Pull DB from live site
   pull-files:
     cmd: |
-      download files
+      download files main
       chmod -R ugo+w files/default/files
       chmod -R ugo+w files/default/private
     usage: Pull files from live site