Skip to content

Commit

Permalink
Couple cleanups
Browse files Browse the repository at this point in the history
* Corrected README codecov link
* Removed unused config struct property
  • Loading branch information
retr0h committed Nov 23, 2023
1 parent 18c26ee commit c2fecca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![codecov](https://img.shields.io/codecov/c/github/retr0h/go-gilt?token=clAMnFQCEQ&style=flat-square)
[![codecov](https://img.shields.io/codecov/c/github/retr0h/go-gilt?token=clAMnFQCEQ&style=flat-square)](https://codecov.io/gh/retr0h/go-gilt)
[![go report card](https://goreportcard.com/badge/github.com/retr0h/go-gilt?style=flat-square)](https://goreportcard.com/report/github.com/retr0h/go-gilt)
[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)

Expand Down
3 changes: 0 additions & 3 deletions internal/config/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,4 @@ type Repository struct {
DstDir string `mapstructure:"dstDir"`
// Sources containing files and/or directories to copy.
Sources []Sources `mapstructure:"sources"`

// Directory to clone into.
CloneDir string
}

0 comments on commit c2fecca

Please sign in to comment.