Skip to content

Commit

Permalink
Merge pull request #23 from sentrysoftware/22-fixed-some-issues-relat…
Browse files Browse the repository at this point in the history
…ing-to-embedded-files-in-community-connectors

Issue #22: Fixed embedded file references
  • Loading branch information
NassimBtk authored Jan 19, 2024
2 parents 35fa86b + 50c03cf commit d673838
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/connector/hardware/DiskPart/DiskPart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ connector:
- NT
# Diskpart must be int he path and return something meaningful. Please note that we're using CHCP 437 to make sure the locale is English.
- type: osCommand
commandLine: CHCP 437&&DISKPART.EXE /S ${file::exit.bat}
commandLine: CHCP 437&&DISKPART.EXE /S ${file::exit.txt}
expectedResult: Leaving DiskPart
timeout: 120
monitors:
Expand Down

0 comments on commit d673838

Please sign in to comment.