Ver código fonte

Removing smilodon from completion file

Bob Mottram 7 anos atrás
pai
commit
da664fc97e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/freedombone-app-smilodon

+ 1
- 1
src/freedombone-app-smilodon Ver arquivo

@@ -260,7 +260,7 @@ function remove_smilodon {
260 260
     remove_mongodb smilodon
261 261
 
262 262
     remove_completion_param install_smilodon
263
-    sed -i '/smilodon_/d' $COMPLETION_FILE
263
+    sed -i '/smilodon/d' $COMPLETION_FILE
264 264
 }
265 265
 
266 266
 function install_smilodon {