Skip to content

Commit

Permalink
Removing double command in setup.deps.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rockstardev committed Nov 11, 2024
1 parent 613a0db commit 9d5abd6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,6 @@ echo "Setup dependency: Wix"
rm -rf "$DOCS_DIR/Wix"
mkdir -p "$DOCS_DIR/Wix"

rm -rf "$DOCS_DIR/Wix"
mkdir -p "$DOCS_DIR/Wix"

if [ ! -d "$WIX_DIR" ]; then
git clone --depth 1 https://github.com/btcpayserver/wix.git "$WIX_DIR"
else
Expand Down

0 comments on commit 9d5abd6

Please sign in to comment.