Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Oct 16, 2024
1 parent f134c18 commit 11be2e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/deployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11be2e8

Please sign in to comment.