Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmistry2000 authored Sep 13, 2024
1 parent 96ea4ff commit 7bf6eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ copyScripts() {
}

imp_scripts() {
COMPILE_SCRIPT="$GITPATH/compile.sh"
COMPILE_SCRIPT="$GITPATH/compile_setup.sh"
if [ -f "$COMPILE_SCRIPT" ]; then
chmod +x "$COMPILE_SCRIPT"
echo "${YELLOW}Running compile.sh...${RC}"
Expand Down

0 comments on commit 7bf6eb2

Please sign in to comment.