Skip to content

Commit 374255a

Browse files
author
Shaun Remekie
committedMay 17, 2020
comments
1 parent e3298e2 commit 374255a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎stacks/map.go

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ func (m *Map) Count() int {
6464

6565
// --- Template Functions for StackMap --- //
6666

67+
// StackOutput - stack output reader for template function
6768
func (m *Map) StackOutput(target string) string {
6869
log.Debug("Deploy-Time function resolving: %s", target)
6970
req := strings.Split(target, "::")

0 commit comments

Comments
 (0)
Please sign in to comment.