We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4803365 + 5f6625a commit 46c2756Copy full SHA for 46c2756
1 file changed
git-subsplit.sh
@@ -191,7 +191,7 @@ subsplit_publish()
191
LOCAL_TAG="${REMOTE_NAME}-tag-${TAG}"
192
if git branch | grep "${LOCAL_TAG}$" >/dev/null && [ -z "$REBUILD_TAGS" ]
193
then
194
- say " - skpping tag '${TAG}' (already synced)"
+ say " - skipping tag '${TAG}' (already synced)"
195
continue
196
fi
197
say " - syncing tag '${TAG}'"
0 commit comments