Skip to content

Commit

Permalink
Set nextToken literal to NextToken output.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmattcrowley authored Apr 6, 2018
1 parent ceb6104 commit 267371e
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 267371e

Please sign in to comment.