mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
feat: small change
This commit is contained in:
@@ -72,8 +72,8 @@ var gatewayCmd = &cobra.Command{
|
||||
time.Sleep(5 * time.Second)
|
||||
continue
|
||||
}
|
||||
|
||||
if err := gatewayInstance.Listen(ctx); err == nil {
|
||||
err = gatewayInstance.Listen(ctx)
|
||||
if err == nil {
|
||||
// meaning everything went smooth and we are exiting
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user