From 4045c0c476f8f86c20804d3e69c5aeb55c682e22 Mon Sep 17 00:00:00 2001 From: Kyle Walker Date: Thu, 4 Apr 2019 12:00:19 -0400 Subject: [PATCH] Correct "recipes" use to "blueprints" in composer-cli description The original "recipes" term is indicated in the composer-cli description, but the identifier has been changed to "blueprints" with later releases. This commit changes the string to "blueprints". (cherry picked from commit 613d91299d40703683e224994a00051e96503112) --- lorax.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lorax.spec b/lorax.spec index 49fd0479..78ce32c2 100644 --- a/lorax.spec +++ b/lorax.spec @@ -157,7 +157,7 @@ Summary: A command line tool for use with the lorax-composer API server Requires: python3-urllib3 %description -n composer-cli -A command line tool for use with the lorax-composer API server. Examine recipes, +A command line tool for use with the lorax-composer API server. Examine blueprints, build images, etc. from the command line. %prep