Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
removed ...
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jul 5, 2015
1 parent b927de7 commit c750244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git_bundle.go
Expand Up @@ -25,7 +25,7 @@ func (b gitBundle) Folder() string {
}

func (b gitBundle) Sourceables() []string {
globs := [...]string{"*.plugin.zsh", "*.zsh", "*.sh"}
globs := []string{"*.plugin.zsh", "*.zsh", "*.sh"}
for _, glob := range globs {
files, _ := filepath.Glob(filepath.Join(b.Folder(), glob))
if files != nil {
Expand Down

0 comments on commit c750244

Please sign in to comment.