Skip to content

Commit

Permalink
fix git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
0GiS0 committed Oct 13, 2023
1 parent 5d6b4be commit 38956c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ado/dependecy-track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
displayName: "Checkout a public GH repo"
inputs:
script: |
clone https://github.com/0GiS0/tour-of-heroes-angular.git && cd tour-of-heroes-angular && npm install
git clone https://github.com/0GiS0/tour-of-heroes-angular.git && cd tour-of-heroes-angular && npm install
- task: CmdLine@2
displayName: "Install cdxgen"
inputs:
Expand Down

0 comments on commit 38956c2

Please sign in to comment.