We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b25cd commit 5f6625aCopy full SHA for 5f6625a
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