From eea9dd7be5a5e2d79e2d42d15da5125e66946969 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 30 Nov 2018 12:16:49 -0500 Subject: Refactor. --- language/cloudformation/spec.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'language') 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) -- cgit v1.2.3