@@ -1,6 +1,6 @@
#!/bin/bash
-function error {
+function error() {
echo -e "\\e[91m$1\\e[39m"
exit 1
}