Skip to content

Commit

Permalink
Minor fix to comment - new location of used gist
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Jan 1, 2021
1 parent f6b9e38 commit b728854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fileutil/files.go
Expand Up @@ -64,7 +64,7 @@ func CopyFile(src string, dst string) error {

// CopyDir recursively copies a directory tree, attempting to preserve permissions.
// Source directory must exist, destination directory must *not* exist.
// Symlinks are ignored and skipped. Credit @m4ng0squ4sh https://gist.github.com/m4ng0squ4sh/92462b38df26839a3ca324697c8cba04
// Symlinks are ignored and skipped. Credit @r0l1 https://gist.github.com/r0l1/92462b38df26839a3ca324697c8cba04
func CopyDir(src string, dst string) error {
src = filepath.Clean(src)
dst = filepath.Clean(dst)
Expand Down

0 comments on commit b728854

Please sign in to comment.