Browse Source

Update update_portainer.sh

Robert Middleswarth 2 years ago
parent
commit
6105785b24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      update_portainer.sh

+ 1 - 1
update_portainer.sh

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