Skip to content

Commit 544ac13

Browse files
committed
refactor: cleanup
1 parent 596b007 commit 544ac13

3 files changed

Lines changed: 1 addition & 45 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This project is mainly written in Golang. To contribute code,
1818
3. Fork the project
1919
4. Clone the project: `git clone https://github.com/[YOUR_USERNAME]/devspace && cd devspace`
2020
5. Run `go clean -modcache`
21-
6. Run `go mod vendor` to install the dependencies
21+
6. Run `go mod vendor` to update the dependencies
2222
7. Build the project, e.g. via `go build -o devspace.exe`
2323
8. Make changes
2424
9. Run unit tests: `./hack/coverage.bash`

pkg/devspace/command/command.go

Lines changed: 0 additions & 1 deletion
This file was deleted.

pkg/devspace/command/command_test.go

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)