Skip to content

Commit 8729d74

Browse files
Fix add-practice-exercise script (#2382)
1 parent c8ce079 commit 8729d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/add-practice-exercise.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Remove-Item -Path "${exerciseDir}/UnitTest1.cs"
4747
(Get-Content -Path ".editorconfig") -Replace "\[\*\.cs\]", "[${exerciseName}.cs]" | Set-Content -Path "${exerciseDir}/.editorconfig"
4848

4949
# Create new generator template and run generator (this will update the tests file)
50-
bin\update-tests.ps1 -e $Exercise -new
50+
bin/update-tests.ps1 -e $Exercise -new
5151

5252
# Output the next steps
5353
$files = Get-Content "exercises/practice/${Exercise}/.meta/config.json" | ConvertFrom-Json | Select-Object -ExpandProperty files

0 commit comments

Comments
 (0)