Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
antoonp committed Nov 24, 2022
1 parent 75f2cb1 commit d2438df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/datatx/manager/rclone/rclone.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ type endpoint struct {
token string
}

// New returns a new rclone driver
// New returns a new rclone driver.
func New(m map[string]interface{}) (txdriver.Manager, error) {
c, err := parseConfig(m)
if err != nil {
Expand Down

0 comments on commit d2438df

Please sign in to comment.