Skip to content

Commit 399cce6

Browse files
committed
Fixing mistake with Fn:Join typo
1 parent 151c7f4 commit 399cce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudformation/cfncluster.cfn.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2313,7 +2313,7 @@
23132313
"GangliaPrivateURL" : {
23142314
"Description" : "Private URL to access Ganglia",
23152315
"Value" : {
2316-
"Fn:Join" : [
2316+
"Fn::Join" : [
23172317
"",
23182318
[
23192319
"http://",
@@ -2331,7 +2331,7 @@
23312331
"GangliaPublicURL" : {
23322332
"Description" : "Public URL to access Ganglia",
23332333
"Value" : {
2334-
"Fn:Join" : [
2334+
"Fn::Join" : [
23352335
"",
23362336
[
23372337
"http://",

0 commit comments

Comments
 (0)