diff options
| author | Matthew James Kraai <kraai@ftbfs.org> | 2022-09-03 16:55:30 -0700 |
|---|---|---|
| committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-09-04 17:57:02 +0200 |
| commit | a451a809d5537035cc8888cfde5349842a68e934 (patch) | |
| tree | 853f4a45486b2b3d9a8de4bbe80bd11a511be721 /gnu/machine | |
| parent | 21f6026574b0e93f52176b9d20f9a6188f8a5066 (diff) | |
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>
Diffstat (limited to 'gnu/machine')
| -rw-r--r-- | gnu/machine/digital-ocean.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/machine/digital-ocean.scm b/gnu/machine/digital-ocean.scm index 90b66a54d98..3361cfe9229 100644 --- a/gnu/machine/digital-ocean.scm +++ b/gnu/machine/digital-ocean.scm | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2 | ;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.org> |
| 3 | ;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re> | 3 | ;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re> |
| 4 | ;;; Copyright © 2022 Matthew James Kraai <kraai@ftbfs.org> | ||
| 4 | ;;; | 5 | ;;; |
| 5 | ;;; This file is part of GNU Guix. | 6 | ;;; This file is part of GNU Guix. |
| 6 | ;;; | 7 | ;;; |
| @@ -407,7 +408,7 @@ environment type of 'digital-ocean-environment-type'." | |||
| 407 | (raise (condition | 408 | (raise (condition |
| 408 | (&message | 409 | (&message |
| 409 | (message (G_ "No Digital Ocean access token was provided. This \ | 410 | (message (G_ "No Digital Ocean access token was provided. This \ |
| 410 | may be fixed by setting the environment variable GUIX_DIGITAL_OCAEN_TOKEN to \ | 411 | may be fixed by setting the environment variable GUIX_DIGITAL_OCEAN_TOKEN to \ |
| 411 | one procured from https://cloud.digitalocean.com/account/api/tokens."))))))) | 412 | one procured from https://cloud.digitalocean.com/account/api/tokens."))))))) |
| 412 | 413 | ||
| 413 | (define (maybe-raise-unsupported-configuration-error machine) | 414 | (define (maybe-raise-unsupported-configuration-error machine) |
