Skip to content

Commit 6c754cc

Browse files
author
Robert Vincent
committed
ISSUE-12: Close intermediate store after import.
1 parent d4f4150 commit 6c754cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

templates/import.ps1.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ foreach($cert in $pfx) {
3939
}
4040
<% end %>
4141

42+
$intermediatestore.close()
4243
$store.close()

0 commit comments

Comments
 (0)