diff --git a/README.md b/README.md index 0e43cdc..95a8394 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/internal/config/types.go b/internal/config/types.go index b300ac6..3d2696e 100644 --- a/internal/config/types.go +++ b/internal/config/types.go @@ -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 }