Skip to content

Commit

Permalink
chore: change release version in instalation script
Browse files Browse the repository at this point in the history
  • Loading branch information
kirychukyurii committed May 19, 2023
1 parent d154c9e commit 650fbb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -e

WDEPLOY_VERSION="0.0.3"
WDEPLOY_VERSION="0.0.4"
WANSIBLE_REPOSITORY=$(echo "$HOME/wansible")
DRY_RUN=${DRY_RUN:-}
while [ $# -gt 0 ]; do
Expand Down Expand Up @@ -75,7 +75,7 @@ wdeploy_clone_repo() {
fi

if [ ! -f "$WANSIBLE_REPOSITORY/playbook.yml" ]; then
$sh_c "git clone git@github.com:kirychukyurii/wansible.git $WANSIBLE_REPOSITORY" > /dev/null 2>&1
$sh_c "git clone https://github.com/kirychukyurii/wansible.git $WANSIBLE_REPOSITORY" > /dev/null 2>&1
fi
}

Expand Down

0 comments on commit 650fbb4

Please sign in to comment.