Skip to content

Commit

Permalink
Fix name of cmd script from master to minion
Browse files Browse the repository at this point in the history
  • Loading branch information
twangboy committed May 5, 2023
1 parent 115ffbf commit 858c057
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@ echo off
Set "CurDir=%~dp0"
PowerShell -ExecutionPolicy RemoteSigned -File "%CurDir%\multi-master.ps1" %*
PowerShell -ExecutionPolicy RemoteSigned -File "%CurDir%\multi-minion.ps1" %*

0 comments on commit 858c057

Please sign in to comment.