emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#32078: closed ([PATCH] weather: Fix pasto in --ver


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32078: closed ([PATCH] weather: Fix pasto in --version output.)
Date: Sat, 07 Jul 2018 15:44:02 +0000

Your message dated Sat, 07 Jul 2018 17:43:28 +0200
with message-id <address@hidden>
and subject line Re: [bug#32078] [PATCH] weather: Fix pasto in --version output.
has caused the debbugs.gnu.org bug report #32078,
regarding [PATCH] weather: Fix pasto in --version output.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32078: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32078
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] weather: Fix pasto in --version output. Date: Sat, 7 Jul 2018 01:18:21 -0400
* guix/scripts/weather.scm (%options): Correct the command name passed to
show-version-and-exit.
---
 guix/scripts/weather.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/scripts/weather.scm b/guix/scripts/weather.scm
index d7c2fbea1..98b7338fb 100644
--- a/guix/scripts/weather.scm
+++ b/guix/scripts/weather.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2017, 2018 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2018 Kyle Meyer <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -269,7 +270,7 @@ Report the availability of substitutes.\n"))
                    (exit 0)))
          (option '(#\V "version") #f #f
                  (lambda args
-                   (show-version-and-exit "guix challenge")))
+                   (show-version-and-exit "guix weather")))
 
          (option '("substitute-urls") #t #f
                  (lambda (opt name arg result . rest)
-- 
2.18.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#32078] [PATCH] weather: Fix pasto in --version output. Date: Sat, 07 Jul 2018 17:43:28 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Kyle Meyer <address@hidden> skribis:

> * guix/scripts/weather.scm (%options): Correct the command name passed to
> show-version-and-exit.

Oops.  Applied, thanks!  :-)

Ludo'.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]