Skip to content

Commit 593531a

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ops/push.go

Lines changed: 1 addition & 0 deletions
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)