Skip to content

Commit 2702820

Browse files
committed
add protocol to nflow.wiki clone url
1 parent 512763c commit 2702820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ prompt_continue "cloning nFlow Wiki under $NFLOW_WIKI_CHECKOUT_DIR for version n
144144

145145
if mkdir -p "$NFLOW_WIKI_CHECKOUT_DIR" ; then
146146
cd "$NFLOW_WIKI_CHECKOUT_DIR"
147-
git clone git@github.com:NitorCreations/nflow.wiki.git
147+
git clone ssh://git@github.com:NitorCreations/nflow.wiki.git
148148
cd nflow.wiki
149149
sed -i -e "s/$PREVIOUS_VERSION/$RELEASE_VERSION/g" Spring-Boot-guide.md
150150
git add Spring-Boot-guide.md

0 commit comments

Comments
 (0)