GNU bug report logs - #57569
[PATCH] Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN.

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Matthew James Kraai <kraai <at> ftbfs.org>
Subject: bug#57569: closed (Re: bug#57569: [PATCH] Fix misspelling of
 GUIX_DIGITAL_OCEAN_TOKEN.)
Date: Sun, 04 Sep 2022 15:10:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#57569: [PATCH] Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 57569 <at> debbugs.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)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Matthew James Kraai <kraai <at> ftbfs.org>
Cc: 57569-done <at> debbugs.gnu.org
Subject: Re: bug#57569: [PATCH] Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN.
Date: Sun, 04 Sep 2022 17:09:09 +0200
> * gnu/machine/digital-ocean.scm (maybe-raise-missing-api-key-error): Fix
>   misspelling of GUIX_DIGITAL_OCEAN_TOKEN.

Pushed, thanks!

Mathieu

[Message part 3 (message/rfc822, inline)]
From: Matthew James Kraai <kraai <at> ftbfs.org>
To: guix-patches <at> gnu.org
Cc: Matthew James Kraai <kraai <at> ftbfs.org>
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 <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




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.