all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57569] [PATCH] Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN.
@ 2022-09-03 23:55 Matthew James Kraai
  2022-09-04 15:09 ` bug#57569: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew James Kraai @ 2022-09-03 23:55 UTC (permalink / raw)
  To: 57569; +Cc: Matthew James Kraai

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57569: [PATCH] Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN.
  2022-09-03 23:55 [bug#57569] [PATCH] Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN Matthew James Kraai
@ 2022-09-04 15:09 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-09-04 15:09 UTC (permalink / raw)
  To: Matthew James Kraai; +Cc: 57569-done


> * gnu/machine/digital-ocean.scm (maybe-raise-missing-api-key-error): Fix
>   misspelling of GUIX_DIGITAL_OCEAN_TOKEN.

Pushed, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-04 15:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-03 23:55 [bug#57569] [PATCH] Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN Matthew James Kraai
2022-09-04 15:09 ` bug#57569: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.