Compare commits

..

2 Commits

Author SHA1 Message Date
Dustin Pianalto
c611065fde Update registry
Some checks failed
CI / build (push) Has been cancelled
2021-10-05 23:47:29 -08:00
Dustin Pianalto
abd16f30cf Import os
Some checks failed
CI / build (push) Has been cancelled
2021-10-02 18:34:18 -08:00
2 changed files with 2 additions and 1 deletions

View File

@ -47,4 +47,4 @@ spec:
name: prepbot name: prepbot
key: chat_channel key: chat_channel
imagePullSecrets: imagePullSecrets:
- name: registry-2 - name: registry-1

View File

@ -2,6 +2,7 @@ package messages
import ( import (
"log" "log"
"os"
"regexp" "regexp"
"strings" "strings"