Skip to content

Commit 115f098

Browse files
committed
fix unix test
1 parent d495524 commit 115f098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/LocalAppVeyor.Engine.UnitTests/Configuration/BuildScriptTests.Unix.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void Unix_ShouldReadBuildScriptAsAScriptBlockWithSplittedLinesScripts_Alt
6666
{
6767
const string yaml = @"
6868
build_script:
69-
- cmd: |-
69+
- sh: |-
7070
echo --------------------------------------------------------------------------------
7171
echo Build tinyformat
7272
mkdir build

0 commit comments

Comments
 (0)