mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 23:49:35 +00:00
do some more
This commit is contained in:
parent
77d4eba199
commit
aab53307a8
2 changed files with 4 additions and 4 deletions
3
main.go
3
main.go
|
|
@ -36,7 +36,8 @@ func main() {
|
|||
continue
|
||||
}
|
||||
if strings.Contains(txt, "NOTES") ||
|
||||
strings.Contains(txt, "AVAILABLE") {
|
||||
strings.Contains(txt, "AVAILABLE") ||
|
||||
strings.Contains(txt, "BACKGROUND") {
|
||||
break
|
||||
}
|
||||
if strings.Contains(txt, " ") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue