From 72058335ca98e6bec273bcc142c4b1c1195a814f Mon Sep 17 00:00:00 2001 From: Jens True Date: Thu, 15 Jun 2023 10:59:12 +0000 Subject: [PATCH] tabs to spaces --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 10b908e..836281f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -10,7 +10,7 @@ pipeline: test: image: composer commands: - - apt update + - apt update - apt install rclone - composer install - vendor/bin/phpunit tests