Skip to content

Commit 1534e68

Browse files
committed
reset bool
1 parent 2f273c4 commit 1534e68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/file/file_manager_service.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ func (fms *FileManagerService) SetIsConnected(isConnected bool) {
140140
func (fms *FileManagerService) ConfigApply(ctx context.Context,
141141
configApplyRequest *mpi.ConfigApplyRequest,
142142
) (status model.WriteStatus, err error) {
143+
fms.rollbackManifest = true
143144
fileOverview := configApplyRequest.GetOverview()
144145

145146
if fileOverview == nil {

0 commit comments

Comments
 (0)