Skip to content

Commit

Permalink
Merge pull request #1 from gmattcrowley/patch-1
Browse files Browse the repository at this point in the history
Set nextToken literal to NextToken output.
  • Loading branch information
gmattcrowley authored Apr 6, 2018
2 parents ceb6104 + 267371e commit 5121acf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inject.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func ExportVariables(paths string) *[]string {
if output.NextToken == nil {
break;
}
nextToken = *output.NextToken
}
}
return &ret
Expand Down

0 comments on commit 5121acf

Please sign in to comment.