@geekbeer/minion 3.59.3 → 3.59.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geekbeer/minion",
3
- "version": "3.59.3",
3
+ "version": "3.59.4",
4
4
  "description": "AI Agent runtime for Minion - manages status and skill deployment on VPS",
5
5
  "main": "linux/server.js",
6
6
  "bin": {
@@ -585,7 +585,7 @@ function Restart-AllMinionServices {
585
585
  foreach ($svc in $services) {
586
586
  $state = Get-ServiceState $svc
587
587
  if (-not $state) {
588
- Write-Warn "$svc: not installed, skipping"
588
+ Write-Warn "${svc}: not installed, skipping"
589
589
  continue
590
590
  }
591
591
  if ($state -ne 'STOPPED') {