diff options
author | Hallgeir Holien <[email protected]> | 2017-10-05 17:03:34 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2017-10-05 17:03:34 +0200 |
commit | a6ed645a34f0ab8130db9fab608d33941deaf38a (patch) | |
tree | 3340b6941dea7a365fac9c827aa0dc156c813635 /CONTRIBUTING.md | |
parent | 23488f874c267b2a0f8d4ebed1502f54f72b29e2 (diff) | |
download | hugo-a6ed645a34f0ab8130db9fab608d33941deaf38a.tar.gz hugo-a6ed645a34f0ab8130db9fab608d33941deaf38a.zip |
Change last 'make' statements to 'mage'
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c308ff5e7..3b4ee6329 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,7 +57,7 @@ To make the contribution process as seamless as possible, we ask for the followi * Run `go fmt`. * Add documentation if you are adding new features or changing functionality. The docs site lives in `/docs`. * Squash your commits into a single commit. `git rebase -i`. It’s okay to force update your pull request with `git push -f`. - * Ensure that `make check` succeeds. [Travis CI](https://travis-ci.org/gohugoio/hugo) (Linux and macOS) and [AppVeyor](https://ci.appveyor.com/project/gohugoio/hugo/branch/master) (Windows) will fail the build if `make check` fails. + * Ensure that `mage check` succeeds. [Travis CI](https://travis-ci.org/gohugoio/hugo) (Linux and macOS) and [AppVeyor](https://ci.appveyor.com/project/gohugoio/hugo/branch/master) (Windows) will fail the build if `mage check` fails. * Follow the **Git Commit Message Guidelines** below. ### Git Commit Message Guidelines |