summaryrefslogtreecommitdiff
path: root/gnu/machine/digital-ocean.scm
diff options
context:
space:
mode:
authorMarius Bakke <[email protected]>2022-09-08 21:12:52 +0200
committerMarius Bakke <[email protected]>2022-09-08 21:12:52 +0200
commit884548b476f2ee27c01cb0c9ad93c0cf9d33fa5e (patch)
tree20650b3917b1292470ecc4ded13fbb04e5dbfa6d /gnu/machine/digital-ocean.scm
parent0e305798454c558ab6e722cf66ba351c326a1a8d (diff)
parentfa894b3f4db835bd0bb52b32c7ec412e72b7e03a (diff)
Merge branch 'staging' into core-updates
Diffstat (limited to 'gnu/machine/digital-ocean.scm')
-rw-r--r--gnu/machine/digital-ocean.scm3
1 files changed, 2 insertions, 1 deletions
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 <[email protected]>
;;; Copyright © 2020 Brice Waegeneire <[email protected]>
+;;; Copyright © 2022 Matthew James Kraai <[email protected]>
;;;
;;; 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)