Skip to content

Commit

Permalink
fix: resolve repository not found error in mac install.sh script (#502)
Browse files Browse the repository at this point in the history
* Update install_openadapt.sh

* Update install_openadapt.sh
  • Loading branch information
abhi1345 authored Oct 16, 2023
1 parent 5a6530a commit eb3c8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/install_openadapt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pythonInstallerLoc="https://www.python.org/ftp/python/3.10.11/python-3.10.11-mac

# Set default values when no parameters are provided
BRANCH=${BRANCH:-main}
REPO=${REPO:-https://github.com/MLDSAI/OpenAdapt.git}
REPO=${REPO:-OpenAdaptAI/OpenAdapt.git}

REPO_URL="https://github.com/$REPO"

Expand Down

0 comments on commit eb3c8c3

Please sign in to comment.