Skip to content

Commit

Permalink
hmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
patapenka-alexey committed Jan 9, 2025
1 parent 6968e58 commit bf7ba6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli/running/running.go
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,6 @@ func collectInstancesFromAppDir(appDir string, selectedInstName string,
return instances, fmt.Errorf("cannot find instance script for %q in config %q: %w ",
instance.InstName, appDirFiles.clusterCfgPath, err)
}
} else {
instance.SingleApp = false
}
instances = append(instances, instance)
}
Expand Down

0 comments on commit bf7ba6c

Please sign in to comment.