Browse Source

Fix confusing message

The compatibility check makes more specific sense on plugin level.
Alois Mahdal 5 years ago
parent
commit
9bd9538a7a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/include-bash/sfpi.sh

+ 1
- 1
src/include-bash/sfpi.sh View File

@@ -116,7 +116,7 @@ sfpi__import() {
116 116
         return 3
117 117
     }
118 118
     sfpi__is_compat "$plg" || {
119
-        warn "module not compatible: $mod"
119
+        warn "plugin not compatible: $mod"
120 120
         return 3
121 121
     }
122 122
     shellfu import "$mod"