Skip to content

Commit

Permalink
chore(go): bump version, as go doesn't detect the other one
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed May 14, 2021
1 parent 964a15a commit ebc5246
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pterm-ci-cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ func detectOriginURL() (url string) {

func walkOverExt(path, exts string, f func(path string)) {
_ = filepath.Walk(getPathTo(path), func(path string, info fs.FileInfo, err error) error {

for _, ext := range strings.Split(exts, ",") {
if strings.HasSuffix(path, ext) {
f(path)
Expand Down

0 comments on commit ebc5246

Please sign in to comment.