missing echo

This commit is contained in:
paukstelis
2022-06-26 16:35:55 -04:00
parent 52a7384146
commit 79f2d90958

View File

@@ -1,7 +1,7 @@
#!/bin/bash
install_plugin() {
"Installing $plugin...." | log
echo "Installing $plugin...." | log
$OCTOPIP $plugin_path
}