We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512763c commit 2702820Copy full SHA for 2702820
release.sh
@@ -144,7 +144,7 @@ prompt_continue "cloning nFlow Wiki under $NFLOW_WIKI_CHECKOUT_DIR for version n
144
145
if mkdir -p "$NFLOW_WIKI_CHECKOUT_DIR" ; then
146
cd "$NFLOW_WIKI_CHECKOUT_DIR"
147
- git clone git@github.com:NitorCreations/nflow.wiki.git
+ git clone ssh://git@github.com:NitorCreations/nflow.wiki.git
148
cd nflow.wiki
149
sed -i -e "s/$PREVIOUS_VERSION/$RELEASE_VERSION/g" Spring-Boot-guide.md
150
git add Spring-Boot-guide.md
0 commit comments