Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create missing powershell setup files #260

Merged
merged 10 commits into from
Jul 1, 2020
Prev Previous commit
Next Next commit
Add file ending new lines
  • Loading branch information
git-katas trainer bot committed Jun 10, 2020
commit ef740bedca235a64869537f8732a7b29b4d01096
2 changes: 1 addition & 1 deletion bisect/setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ git tag initial-commit
Out-File "$_.txt"
git add .
git commit -m "$_"
}
}
2 changes: 1 addition & 1 deletion bisect/verify.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ else {
Write-Output "Did you stop when git found the bad commit?"
}

Pop-Location
Pop-Location