From 90cd08d4621f536bfe21c63e23ca74ab7ca7847e Mon Sep 17 00:00:00 2001 From: G r e y Date: Wed, 5 Aug 2020 10:55:46 -0500 Subject: [PATCH] Fix nfpm typo --- doc/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CONTRIBUTING.md b/doc/CONTRIBUTING.md index 219e484618e3..af04b57ccf7d 100644 --- a/doc/CONTRIBUTING.md +++ b/doc/CONTRIBUTING.md @@ -19,7 +19,7 @@ Please refer to [VS Code's prerequisites](https://github.com/Microsoft/vscode/wi Differences: - We require a minimum of node v12 but later versions should work. -- We use [fnpm](https://github.com/goreleaser/nfpm) to build `.deb` and `.rpm` packages. +- We use [nfpm](https://github.com/goreleaser/nfpm) to build `.deb` and `.rpm` packages. - We use [jq](https://stedolan.github.io/jq/) to build code-server releases. - The [CI container](../ci/images/debian8/Dockerfile) is a useful reference for all our dependencies.