Skip to content

Commit

Permalink
updating repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Evilazaro Alves committed Oct 12, 2023
1 parent 9fbb216 commit bc326fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Set-ExecutionPolicy Bypass -Scope Process -Force
# Define repositories to clone
$repositories = @(
@{
Url = 'https://github.com/Evilazaro/eShopOnContainers.git'
Url = 'https://github.com/Evilazaro/eShop.git'
Destination = 'c:\eShop'
Description = 'eShopOnContainers Repository'
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Set-ExecutionPolicy Bypass -Scope Process -Force
# Define repositories to clone
$repositories = @(
@{
Url = 'https://github.com/Evilazaro/eShopOnContainers.git'
Url = 'https://github.com/Evilazaro/eShop.git'
Destination = 'c:\eShop'
Description = 'eShopOnContainers Repository'
},
Expand Down

0 comments on commit bc326fd

Please sign in to comment.