Skip to content

Commit

Permalink
Update template_service.go
Browse files Browse the repository at this point in the history
  • Loading branch information
matang28 authored Jun 21, 2021
1 parent e35af68 commit 1bf191f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/business/template_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func shouldSkip(info os.FileInfo, path string) bool {
if info.IsDir() {
return true
}
if strings.Contains(path, ".git") {
if strings.Contains(path, "/.git") {
return true
}
return false
Expand Down

0 comments on commit 1bf191f

Please sign in to comment.