diff options
author | 2017-12-21 10:47:09 -0500 | |
---|---|---|
committer | 2017-12-21 15:47:09 +0000 | |
commit | 08076e5284e3d4461f86b75847db0e85d24927fe (patch) | |
tree | 525ba2d76cfebf5187c6422e5b390afcee17ae32 | |
parent | 0221f3d83cf81563573c5d0c83ef700a89e13fb2 (diff) | |
download | coredns-08076e5284e3d4461f86b75847db0e85d24927fe.tar.gz coredns-08076e5284e3d4461f86b75847db0e85d24927fe.tar.zst coredns-08076e5284e3d4461f86b75847db0e85d24927fe.zip |
Update Makefile.release (#1327)
-rw-r--r-- | Makefile.release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.release b/Makefile.release index 8d022fddb..37c6294a8 100644 --- a/Makefile.release +++ b/Makefile.release @@ -32,7 +32,7 @@ # * We use the manifest-tool from https://github.com/estesp/manifest-tool to build the manifest list # * Make sure you have the binary in your path. # -# * Run: make DOKCKER=coredns -f Makefile.release docker +# * Run: make DOCKER=coredns -f Makefile.release docker # # Docker push should happen after you make the new release and uploaded it to Github. # |