Skip to content

Commit 3f1f0ab

Browse files
committed
Fix case in dunner link
1 parent 6545aea commit 3f1f0ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endif
1313
GOCMD=go
1414
GOINSTALL=$(GOCMD) install
1515
GOTEST=$(GOCMD) test
16-
DEP=dep
16+
DEP=dep
1717

1818
all: build
1919

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This work is still in progress. See the development plan.
5656
- [ ] Ability to install as a RPM package
5757
- [ ] Ability to install as a Brew package
5858

59-
### [`v2.0`](https://github.com/leopardslab/Dunner/milestone/3)
59+
### [`v2.0`](https://github.com/leopardslab/dunner/milestone/3)
6060
- [ ] Ability to Dry Run
6161
- [ ] Ability to verfiy the `.dunner.yaml` file
6262
- [ ] Ability to define multiple commands for the same step

0 commit comments

Comments
 (0)