Browse Source

Improve removal of xmpp

Bob Mottram 8 years ago
parent
commit
73965c69fd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-xmpp

+ 1
- 1
src/freedombone-app-xmpp View File

286
     fi
286
     fi
287
 
287
 
288
     remove_completion_param install_xmpp
288
     remove_completion_param install_xmpp
289
-    sed '/xmpp /d' $COMPLETION_FILE
289
+    sed '/xmpp/d' $COMPLETION_FILE
290
 }
290
 }
291
 
291
 
292
 function xmpp_email_headers {
292
 function xmpp_email_headers {