Skip to content

Commit b8cb21c

Browse files
committed
debug
1 parent be242f9 commit b8cb21c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/config/config.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88

99
middlewares "github.com/codeshelldev/secured-signal-api/internals/proxy/middlewares"
1010
utils "github.com/codeshelldev/secured-signal-api/utils"
11-
"github.com/codeshelldev/secured-signal-api/utils/docker"
1211
log "github.com/codeshelldev/secured-signal-api/utils/logger"
1312

1413
"github.com/knadh/koanf/parsers/dotenv"
@@ -89,7 +88,7 @@ func LoadFile(path string, parser koanf.Parser) (*file.File) {
8988

9089
time.Sleep(10 * time.Second)
9190

92-
docker.Exit(1)
91+
os.Exit(1)
9392
}
9493

9594
f.Watch(func(event interface{}, err error) {

0 commit comments

Comments
 (0)