summaryrefslogtreecommitdiff
path: root/language/cloudformation/spec.scm
diff options
context:
space:
mode:
Diffstat (limited to 'language/cloudformation/spec.scm')
-rw-r--r--language/cloudformation/spec.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/language/cloudformation/spec.scm b/language/cloudformation/spec.scm
index 27e662c..1037cae 100644
--- a/language/cloudformation/spec.scm
+++ b/language/cloudformation/spec.scm
@@ -179,7 +179,7 @@
(version (assoc-ref exp "ResourceSpecificationVersion")))
(values `(begin
(define-module (aws cloudformation ,module-suffix)
- #:use-module (aws cloudformation utils)
+ #:use-module (aws cloudformation base)
#:use-module (ice-9 match)
#:use-module (oop goops)
#:use-module (srfi srfi-1)
@@ -193,7 +193,7 @@
env env)))
(define-language cloudformation
- #:title "AWS Cloudformation"
+ #:title "AWS CloudFormation"
#:reader (lambda (port env)
(if (eof-object? (peek-char port))
(read-char port)