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

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

bug#57569: closed ([PATCH] Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN.)


From: GNU bug Tracking System
Subject: bug#57569: closed ([PATCH] Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN.)
Date: Sun, 04 Sep 2022 15:10:01 +0000

Your message dated Sun, 04 Sep 2022 17:09:09 +0200
with message-id <875yi3xjl6.fsf@gnu.org>
and subject line Re: bug#57569: [PATCH] Fix misspelling of 
GUIX_DIGITAL_OCEAN_TOKEN.
has caused the debbugs.gnu.org bug report #57569,
regarding [PATCH] Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57569: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57569
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN. Date: Sat, 3 Sep 2022 16:55:30 -0700
* gnu/machine/digital-ocean.scm (maybe-raise-missing-api-key-error): Fix
  misspelling of GUIX_DIGITAL_OCEAN_TOKEN.
---
 gnu/machine/digital-ocean.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/machine/digital-ocean.scm b/gnu/machine/digital-ocean.scm
index 90b66a54d9..3361cfe922 100644
--- a/gnu/machine/digital-ocean.scm
+++ b/gnu/machine/digital-ocean.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.org>
 ;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
+;;; Copyright © 2022 Matthew James Kraai <kraai@ftbfs.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -407,7 +408,7 @@ (define (maybe-raise-missing-api-key-error)
     (raise (condition
             (&message
              (message (G_ "No Digital Ocean access token was provided. This \
-may be fixed by setting the environment variable GUIX_DIGITAL_OCAEN_TOKEN to \
+may be fixed by setting the environment variable GUIX_DIGITAL_OCEAN_TOKEN to \
 one procured from https://cloud.digitalocean.com/account/api/tokens.";)))))))
 
 (define (maybe-raise-unsupported-configuration-error machine)
-- 
2.37.2




--- End Message ---
--- Begin Message --- Subject: Re: bug#57569: [PATCH] Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN. Date: Sun, 04 Sep 2022 17:09:09 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
> * gnu/machine/digital-ocean.scm (maybe-raise-missing-api-key-error): Fix
>   misspelling of GUIX_DIGITAL_OCEAN_TOKEN.

Pushed, thanks!

Mathieu


--- End Message ---

reply via email to

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