Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jul 1, 2018
1 parent f45b595 commit cc4a73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/MonorepoBuilder/packages/Split/bash/subsplit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ h,help show the help
q quiet
debug show plenty of debug output
n,dry-run do everything except actually send the updates
work-dir directory that contains the subsplit working directory
work-dir= directory that contains the subsplit working directory
options for 'publish'
heads= only publish for listed heads instead of all heads
Expand All @@ -51,7 +51,7 @@ PATH=$PATH:$(git --exec-path)

if [ "$(hash git-subtree &>/dev/null && echo OK)" = "" ]
then
die "Git subplit needs git subtree; install git subtree or upgrade git to >=1.7.11"
die "Git subsplit needs git subtree; install git subtree or upgrade git to >=1.7.11"
fi

ANNOTATE=
Expand Down

0 comments on commit cc4a73d

Please sign in to comment.