Skip to content

Commit

Permalink
fix(lint): add necessary comment
Browse files Browse the repository at this point in the history
Signed-off-by: hackerchai <[email protected]>
  • Loading branch information
hackerchai committed Oct 26, 2023
1 parent 1f5a442 commit d1185cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/utils/copy_from_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"strings"
)

// CopyFromSource copies a directory from source code to the host
func CopyFromSource(dirInSrc, destOnHost string) error {
if err := os.MkdirAll(".tmp", 0755); err != nil {
return fmt.Errorf("create directory: %w", err)
Expand Down

0 comments on commit d1185cb

Please sign in to comment.