diff options
author | Ian Kelling <iank@fsf.org> | 2018-07-25 21:24:17 -0400 |
---|---|---|
committer | Ian Kelling <iank@fsf.org> | 2018-07-25 21:24:17 -0400 |
commit | cac3d5c10aa9123b968c503d5ae2f75b5d4eac9c (patch) | |
tree | d488c870f4f1dc928929f32d1cdb187904f999fb /subprojects/freeamo | |
parent | c35e6fc222772f8f683d4efa7dc9ec81f01411af (diff) |
fix previous commit function names vs variable names
Diffstat (limited to 'subprojects/freeamo')
-rw-r--r-- | subprojects/freeamo/src/main_functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/freeamo/src/main_functions b/subprojects/freeamo/src/main_functions index 9a5cdd9..e154a6e 100644 --- a/subprojects/freeamo/src/main_functions +++ b/subprojects/freeamo/src/main_functions @@ -146,7 +146,7 @@ function amo_variables() { source "$run_path/src/main_functions" locale_description="name" - locale_description + do-locale if jq .results[$entry].current_version.files[0].permissions "$file" | grep -q "nativeMessaging"; then |