fix pool comparison in the scheduler (#2260)

* fix pool comparison in the scheduler

* format
This commit is contained in:
Cheick Keita
2022-08-17 18:49:09 -07:00
committed by GitHub
parent f134c0f122
commit e74671bcc4

View File

@ -175,7 +175,7 @@ public class Scheduler : IScheduler {
reboot,
setupContainer.Name,
setupScript,
pool);
pool with { ETag = null });