Skip to content

Commit

Permalink
chore: fixes heredoc in release-management
Browse files Browse the repository at this point in the history
  • Loading branch information
stalniy committed Sep 29, 2024
1 parent 94eec62 commit 7aa9252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dx/bin/release-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ release_packages() {
echo "Releasing packages with the next args (branch: ${preview_branch:-master}): $changed_paths"

if [ "$changed_paths" = "" ];then
echo <<<______HERE__
cat <<______HERE__
Usage:
release-packages "packages/casl-ability"
release-packages '
packages/casl-ability
packages/casl-angular
'
______HERE__;
______HERE__
return 1;
fi

Expand Down

0 comments on commit 7aa9252

Please sign in to comment.