Skip to content

Commit 05c64da

Browse files
chore: fix capacitor hook logs
1 parent 3b35fb9 commit 05c64da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-actions/update_strings_for_keystore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (platform != 'android') {
1111
return
1212
}
1313

14-
console.log("\nCiphered Local Storage Plugin - running hook after update - for " + platform);
14+
console.log("\nCiphered Local Storage Plugin - running hook before update - for " + platform);
1515

1616
const stringsXmlPath = path.join(projectRoot, 'android/app/src/main/res/values/strings.xml');
1717
if (!fs.existsSync(stringsXmlPath)) {

0 commit comments

Comments
 (0)