Skip to content

Commit

Permalink
Fix ps1 script - add missing -Path
Browse files Browse the repository at this point in the history
  • Loading branch information
BaoCaiH committed Mar 1, 2024
1 parent 51cdf50 commit 746e511
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions diff-advance/setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ git add .
git commit -m "Initial commit"

git checkout -b pipeline-improvement
Set-Content -Value "Step 1 after improvement" > step1.pipeline
Set-Content -Value "Step 3 after changes" > step3.pipeline
Set-Content -Value "Utilities after changes" > stepx.utils
Set-Content -Value "Step 1 after improvement" -Path step1.pipeline
Set-Content -Value "Step 3 after changes" -Path step3.pipeline
Set-Content -Value "Utilities after changes" -Path stepx.utils
git add .
git commit -m "Improve pipeline - name change"

0 comments on commit 746e511

Please sign in to comment.