Skip to content

Commit 593531a

Browse files
committed
fix: add missing error declaration
1 parent 6f0321c commit 593531a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ops/push.go

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ func PushFromStorage(repo *git.Repository, fs billy.Filesystem, infraMetaQueue *
6565
}
6666
}
6767

68+
var err error
6869
logger.Info("Adding infrastructure")
6970
for i := range infraMetaQueue.Infra {
7071
infra := infraMetaQueue.Infra[i]

0 commit comments

Comments
 (0)