Skip to content

Commit

Permalink
use ssh based cloning for nflow wiki git in release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
efonsell committed Feb 22, 2021
1 parent b227089 commit 7ec7c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ prompt_continue "cloning nFlow Wiki under $NFLOW_WIKI_CHECKOUT_DIR for version n

if mkdir -p "$NFLOW_WIKI_CHECKOUT_DIR" ; then
cd "$NFLOW_WIKI_CHECKOUT_DIR"
git clone https://github.com/NitorCreations/nflow.wiki.git
git clone git@github.com:NitorCreations/nflow.wiki.git
cd nflow.wiki
sed -i -e "s/$PREVIOUS_VERSION/$RELEASE_VERSION/g" Spring-Boot-guide.md
git add Spring-Boot-guide.md
Expand Down

0 comments on commit 7ec7c40

Please sign in to comment.