From 11be2e8068dad04d0210c6f04e7333097dab7cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 16 Oct 2024 16:06:25 +0200 Subject: [PATCH] Debug --- lib/deployer.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/deployer.go b/lib/deployer.go index 1d6abe6..b7cd374 100644 --- a/lib/deployer.go +++ b/lib/deployer.go @@ -243,6 +243,7 @@ func (d *Deployer) walk(ctx context.Context, basePath string, files chan<- *osFi } pathUnix := filepath.ToSlash(path) + fmt.Println("\n pathunix:", pathUnix) if info.IsDir() { // skip hidden directories like .git