Skip to content

Commit f174119

Browse files
author
Paul
committed
Fix caps
1 parent 081dde0 commit f174119

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Coverage Status](https://coveralls.io/repos/github/Armory/go-yaml-tools/badge.svg?branch=master)](https://coveralls.io/github/Armory/go-yaml-tools?branch=master)
1+
[![Coverage Status](https://coveralls.io/repos/github/armory/go-yaml-tools/badge.svg?branch=master)](https://coveralls.io/github/armory/go-yaml-tools?branch=master)
22

33
## Go implementation of this library:
44

pkg/spring/spring.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
yamlParse "gopkg.in/yaml.v2"
1010

11-
"github.com/Armory/go-yaml-tools/pkg/yaml"
11+
"github.com/armory/go-yaml-tools/pkg/yaml"
1212
log "github.com/sirupsen/logrus"
1313
)
1414

0 commit comments

Comments
 (0)