Skip to content

Commit

Permalink
fix(paths): add less paths
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Jun 10, 2024
1 parent fa35d3d commit c940b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playbook/Configuration/atlas/start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ actions:
};
$modulesPath = """$([Environment]::GetFolderPath('Windows'))\AtlasModules""";
Add-ToPath """$modulesPath""", """$modulesPath\Apps""", """$modulesPath\Other""", """$modulesPath\Tools""", """$modulesPath\Scripts""";
Add-ToPath """$modulesPath""", """$modulesPath\Tools""", """$modulesPath\Scripts""";
################ NO LOCAL BUILD ################

Expand Down

0 comments on commit c940b9b

Please sign in to comment.