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

Commit

Permalink
Merge remote-tracking branch 'origin/master' into 29
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jun 26, 2015
2 parents f851fb9 + ae114ed commit fe2ea8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api.go
Expand Up @@ -25,7 +25,7 @@ func ProcessStdin(stdin io.Reader, home string) {

func Update(home string) {
entries, _ := ioutil.ReadDir(home)
bundles := make([]Bundle, 0)
var bundles []Bundle
for _, bundle := range entries {
if bundle.Mode().IsDir() && bundle.Name()[0] != '.' {
bundles = append(bundles, NewGitBundle(bundle.Name(), home))
Expand Down

0 comments on commit fe2ea8a

Please sign in to comment.