GNU bug report logs -
#57569
[PATCH] Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN.
Previous Next
Reported by: Matthew James Kraai <kraai <at> ftbfs.org>
Date: Sat, 3 Sep 2022 23:56:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 04 Sep 2022 17:09:09 +0200
with message-id <875yi3xjl6.fsf <at> 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 <at> gnu.org.)
--
57569: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57569
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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 <at> sdf.org>
;;; Copyright © 2020 Brice Waegeneire <brice <at> waegenei.re>
+;;; Copyright © 2022 Matthew James Kraai <kraai <at> 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
[Message part 3 (message/rfc822, inline)]
> * gnu/machine/digital-ocean.scm (maybe-raise-missing-api-key-error): Fix
> misspelling of GUIX_DIGITAL_OCEAN_TOKEN.
Pushed, thanks!
Mathieu
This bug report was last modified 2 years and 263 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.