Skip to content

Commit

Permalink
chore: update /Users/aluja to be actual value
Browse files Browse the repository at this point in the history
  • Loading branch information
awsluja committed Nov 26, 2024
1 parent 507eaa6 commit c5e0ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codebuild_specs/scripts-windows/shared-scripts-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ function _install_packaged_cli_win {
echo Move to CLI Binary to already existing PATH
# This is a Hack to make sure the Amplify CLI is in the PATH

cp $CODEBUILD_SRC_DIR/out/amplify.exe /root/AppData/Local/Microsoft/WindowsApps
ls /root/AppData/Local/Microsoft/WindowsApps
cp $CODEBUILD_SRC_DIR/out/amplify.exe C:/Users/ContainerAdministrator/AppData/Local/Microsoft/WindowsApps
ls C:/Users/ContainerAdministrator/AppData/Local/Microsoft/WindowsApps

# reset working directory
cd $CODEBUILD_SRC_DIR
Expand Down

0 comments on commit c5e0ddc

Please sign in to comment.