Skip to content

Commit

Permalink
chore: fix make init
Browse files Browse the repository at this point in the history
  • Loading branch information
idevat committed Jan 30, 2025
1 parent 9be92e4 commit 7fed93e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ init_nexus:

init:
@if [ "${NEXUS_REPO}" ] && [ "${NEXUS_REPO}" = "false" ]; then \
echo "If you will need reinit with the Nexus repo run \`make init\`"; \
.bin/init.sh; \
else \
echo "Use \`make init NEXUS_REPO=false\` not to use the Nexus repo."; \
.bin/init.sh ${NEXUS}; \
else \
echo "If you will need reinit with the Nexus repo run \`make init\`"
.bin/init.sh
fi

check_sources:
Expand Down

0 comments on commit 7fed93e

Please sign in to comment.