Skip to content

Commit

Permalink
change https format to git
Browse files Browse the repository at this point in the history
hsnfirooz authored Nov 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 48590c6 commit 97221d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@ then
sed -i "s|<SPEECH2TEXT_CPUS_PER_TASK>|$SPEECH2TEXT_CPUS_PER_TASK|g" $SCRIPT

# Deploy to Github for ondemand installation
REPO_URL="https://github.com/AaltoSciComp/speech2text-ood-ansible.git"
REPO_URL="git@github.com:AaltoSciComp/speech2text-ood-ansible.git"
TEMP_DIR=$(mktemp -d)
git clone "$REPO_URL" "$TEMP_DIR"

0 comments on commit 97221d9

Please sign in to comment.