Skip to content

Commit

Permalink
Merge pull request #46 from licquia/ruby_copyedit
Browse files Browse the repository at this point in the history
Review and cleanup for the Ruby module messages.
  • Loading branch information
niravpatel27 committed Jun 10, 2021
2 parents b0a39fe + 4037b56 commit 2e16858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/modules/gem/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ func extractRootLicense(path string, filename string) (string, string, string, e

files, err := ioutil.ReadDir(path)
if err != nil {
fmt.Println("error extreacting licence from :" + path)
fmt.Println("error extracting licence from :" + path)
return "", "", "", err
}
licensePath = path
Expand Down

0 comments on commit 2e16858

Please sign in to comment.