Disable SC2120 cause the method is called with a shortcut

master
Stacy Harper 3 years ago
parent 0faa65d5be
commit a035f747c8
No known key found for this signature in database
GPG Key ID: EABA44759877E02A
  1. 1
      scripts/core/sxmo_contactmenu.sh

@ -5,6 +5,7 @@
set -e
# shellcheck disable=SC2120
newcontact() {
name="$(printf "" | sxmo_dmenu_with_kb.sh -p "$icon_usr Name")"

Loading…
Cancel
Save