Преглед изворни кода

Update update_portainer.sh

Robert Middleswarth пре 2 година
родитељ
комит
6105785b24
1 измењених фајлова са 1 додато и 1 уклоњено
  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
 }