Update RegistryPersist.cna

Logging
Harley Lebeau 2017-05-20 04:09:10 -04:00 committed by GitHub
parent 3481f975a5
commit 1e394f6b5d
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#Registry Persistence #Registry Persistence
#Author: @Qu1nn #Author: @r3dQu1nn
#Depending on Registry Location elevated access might be required #Depending on Registry Location elevated access might be required
sub persistRegistry { sub persistRegistry {
@ -31,4 +31,4 @@ popup beacon_bottom {
item "Registry Persistence" { item "Registry Persistence" {
persistRegistry($1); persistRegistry($1);
} }
} }