Skip to content

Commit

Permalink
bat -> cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddieAkeroyd committed Nov 12, 2024
1 parent 5cddc84 commit 21925cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ def update_icp(self, icp_in_labview_modules, register_icp=True):

icp_top = os.path.join(EPICS_PATH, "ICP_Binaries", "isisdae")
register_icp_commands.add_command(
f'cd /d "{icp_top}" && register_programs.bat',
f'cd /d "{icp_top}" && register_programs.cmd',
"",
expected_return_val=None,
)
Expand Down

0 comments on commit 21925cd

Please sign in to comment.