Skip to content

Commit 46c2756

Browse files
committed
Merge pull request #10 from skyzyx/feature-typo
Fixed a typo.
2 parents 4803365 + 5f6625a commit 46c2756

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

git-subsplit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ subsplit_publish()
191191
LOCAL_TAG="${REMOTE_NAME}-tag-${TAG}"
192192
if git branch | grep "${LOCAL_TAG}$" >/dev/null && [ -z "$REBUILD_TAGS" ]
193193
then
194-
say " - skpping tag '${TAG}' (already synced)"
194+
say " - skipping tag '${TAG}' (already synced)"
195195
continue
196196
fi
197197
say " - syncing tag '${TAG}'"

0 commit comments

Comments
 (0)