guix-commits
[Top][All Lists]
Advanced

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

01/04: Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN.


From: guix-commits
Subject: 01/04: Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN.
Date: Sun, 4 Sep 2022 11:57:38 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit a451a809d5537035cc8888cfde5349842a68e934
Author: Matthew James Kraai <kraai@ftbfs.org>
AuthorDate: Sat Sep 3 16:55:30 2022 -0700

    Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN.
    
    * gnu/machine/digital-ocean.scm (maybe-raise-missing-api-key-error): Fix
      misspelling of GUIX_DIGITAL_OCEAN_TOKEN.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 @@ environment type of 'digital-ocean-environment-type'."
     (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)



reply via email to

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