[grubby/f21] Fix a typo.

Peter Jones pjones at fedoraproject.org
Fri Sep 26 17:41:15 UTC 2014


commit 396cebeb2ae0b28219b68653a7e77c5ff46ea7bb
Author: Peter Jones <pjones at redhat.com>
Date:   Fri Sep 26 13:41:04 2014 -0400

    Fix a typo.

 grubby.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/grubby.spec b/grubby.spec
index 87e02a4..b6712fd 100644
--- a/grubby.spec
+++ b/grubby.spec
@@ -50,8 +50,8 @@ git config user.name "no one"
 git add .
 git commit -a -q -m "%{version} baseline"
 git am %{patches} </dev/null
-grub config --unset user.email
-grub config --unset user.name
+git config --unset user.email
+git config --unset user.name
 
 %build
 make %{?_smp_mflags}


More information about the scm-commits mailing list