Commit 15a3872 1 parent c6a587f commit 15a3872 Copy full SHA for 15a3872
File tree 2 files changed +3
-3
lines changed
src/cmd/library/generate/templates
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ pub const TEMPLATE: &str = r##"{%- block header %}{% endblock header %}
17
17
!endif
18
18
19
19
!if (%not(%variable_exists("$IMAGE_BASE_PATH"))) && (%variable_exists("$LIB_BASE_LOCATION"))
20
- !global $IMAGE_BASE_PATH=$LIB_BASE_LOCATION + "/"
20
+ !global $IMAGE_BASE_PATH=$LIB_BASE_LOCATION
21
21
!endif
22
22
23
23
' constants
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ include('aws-20200911/bootstrap')
77
77
```plantuml
78
78
@startuml level1-system
79
79
!include ../../../ref/c4.puml
80
- !global $IMAGE_BASE_PATH="../../" + $LIB_BASE_LOCATION + "/"
80
+ !global $IMAGE_BASE_PATH="../../" + $LIB_BASE_LOCATION
81
81
!global $LIB_BASE_LOCATION="../../" + $LIB_BASE_LOCATION
82
82
' description of the diagram below
83
83
' .....
@@ -88,7 +88,7 @@ include('aws-20200911/bootstrap')
88
88
```plantuml
89
89
@startuml infrastructure-production
90
90
!include ../../../ref/aws.puml
91
- !global $IMAGE_BASE_PATH="../../" + $LIB_BASE_LOCATION + "/"
91
+ !global $IMAGE_BASE_PATH="../../" + $LIB_BASE_LOCATION
92
92
!global $LIB_BASE_LOCATION="../../" + $LIB_BASE_LOCATION
93
93
' description of the diagram below
94
94
' .....
You can’t perform that action at this time.
0 commit comments