]> _ Git - cubist_net.git/commitdiff
#7567
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 2 Jun 2025 15:18:19 +0000 (17:18 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 2 Jun 2025 15:18:19 +0000 (17:18 +0200)
src/Transfer/GCS.php

index ca3b62c823282ee6a2b2ccc7b099448e2499a3dd..aaf44dddea1efa5f159096885e6bb35ccbaac43e 100644 (file)
@@ -59,6 +59,7 @@ class GCS extends Driver
         $rclone->setMirror($mirror);
         $rclone->setDryRun($dryrun);
         $rclone->execute();
+        $rclone->debug();
         return $rclone;
     }
 }