Skip to content

Commit b453437

Browse files
committed
chore: update heredoc start
1 parent 7f5490d commit b453437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

please

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ github()
3838
# show usage
3939
usage()
4040
{
41-
cat << USAGE
41+
cat <<- USAGE
4242
$PLIZ $(info $(version)) | $(ok "(c) Jitendra Adhikari") | $PLIZ is semver release made easy.
4343
4444
$(ok Usage:) $PLIZ [command|scope] [--options]
@@ -71,7 +71,7 @@ $(ok Events:)
7171
USAGE
7272

7373
if [ "$1" == "--help" ]; then
74-
cat << EXAMPLE
74+
cat <<- EXAMPLE
7575
$(ok Examples:)
7676
$PLIZ
7777
$PLIZ version $(comment "# prints current version of itself")

0 commit comments

Comments
 (0)