Skip to content

Commit

Permalink
fix: install script
Browse files Browse the repository at this point in the history
  • Loading branch information
erfjab committed Oct 26, 2024
1 parent f6ff543 commit b4ce297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ EOF

clone_repo() {
log "Cloning repository..."
git clone "$INSTALL_DIR/$SCRIPT_NAME" || error "Failed to clone repository"
git clone "$REPO_URL" "$INSTALL_DIR/$SCRIPT_NAME" || error "Failed to clone repository"
success "Repository cloned successfully"
}

Expand Down

0 comments on commit b4ce297

Please sign in to comment.