forked from toolshed/abra
Compare commits
2 Commits
0.2.1-alph
...
0.2.2-alph
Author | SHA1 | Date | |
---|---|---|---|
8b15f2de5b | |||
cdb76e7276 |
@ -64,10 +64,10 @@ var appRunCommand = &cli.Command{
|
||||
logrus.Fatal(err)
|
||||
}
|
||||
|
||||
switch len(containers) {
|
||||
case 0:
|
||||
if len(containers) == 0 {
|
||||
logrus.Fatalf("no containers matching '%s' found?", stackAndServiceName)
|
||||
case 1:
|
||||
}
|
||||
if len(containers) > 1 {
|
||||
logrus.Fatalf("expected 1 container matching '%s' but got %d", stackAndServiceName, len(containers))
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
ABRA_VERSION="0.2.1-alpha"
|
||||
ABRA_VERSION="0.2.2-alpha"
|
||||
ABRA_RELEASE_URL="https://git.coopcloud.tech/api/v1/repos/coop-cloud/abra/releases/tags/$ABRA_VERSION"
|
||||
|
||||
function show_banner {
|
||||
|
Reference in New Issue
Block a user