From c12c98c0d91931ccc077cdf5b1f84eefa805ff8d Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Jan 15 2019 13:58:55 +0000 Subject: Update modules/ROOT/pages/making-modules/building-modules-locally.adoc --- diff --git a/modules/ROOT/pages/making-modules/building-modules-locally.adoc b/modules/ROOT/pages/making-modules/building-modules-locally.adoc index 1cc3bcb..1be0c38 100644 --- a/modules/ROOT/pages/making-modules/building-modules-locally.adoc +++ b/modules/ROOT/pages/making-modules/building-modules-locally.adoc @@ -26,8 +26,8 @@ For example, to submit a build of the `testmodule:master` module, run: NOTE: Local builds don’t support stream expansion. If your module depends on multiple streams of another module, such as `platform`, you need to specify what stream you want to build against. For example: `fedpkg module-build-local -s platform:f28`. ---- -$ fedpkg clone modules/nodejs -$ cd nodejs +$ fedpkg clone modules/testmodule +$ cd testmodule $ git checkout master $ fedpkg module-build-local ----