Skip to content

Commit

Permalink
Fixing mistake with Fn:Join typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dougalb committed Jan 20, 2015
1 parent 151c7f4 commit 399cce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudformation/cfncluster.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -2313,7 +2313,7 @@
"GangliaPrivateURL" : {
"Description" : "Private URL to access Ganglia",
"Value" : {
"Fn:Join" : [
"Fn::Join" : [
"",
[
"http://",
Expand All @@ -2331,7 +2331,7 @@
"GangliaPublicURL" : {
"Description" : "Public URL to access Ganglia",
"Value" : {
"Fn:Join" : [
"Fn::Join" : [
"",
[
"http://",
Expand Down

0 comments on commit 399cce6

Please sign in to comment.