Skip to content

Commit 8663ea3

Browse files
author
Christos Kotsis
committed
[docs] update examples
1 parent 530ca18 commit 8663ea3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/examples/kubernetes-labels-update.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ In this example we will import the manifest and update the version for all docum
99
package main
1010

1111
import (
12-
"fmt"
13-
1412
"github.com/sirupsen/logrus"
1513
"github.com/ulfox/dby/db"
1614
)
@@ -21,7 +19,7 @@ func main() {
2119
if err != nil {
2220
logger.Fatal(err)
2321
}
24-
err = state.ImportDocs("docs/examples/manifests/deployment.yaml")
22+
err = state.ImportDocs("manifests/deployment.yaml")
2523
if err != nil {
2624
logger.Fatal(err)
2725
}

0 commit comments

Comments
 (0)