We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ae387 commit 9162fa3Copy full SHA for 9162fa3
.gitignore
@@ -3,4 +3,5 @@ ideas.md
3
out/**
4
.myshell/**
5
.myshell-testing/**
6
-**/__pycache__/**
+**/__pycache__/**
7
+i__**
make-changelog.py
src/commands/sync
@@ -31,8 +31,6 @@ function sync_command {
31
function sync_collection {
32
collection_name=$1
33
34
- # return if collection name ends with .git
35
-
36
if [[ ${collection_name: -5} == "-mshx" ]]; then
37
return
38
fi
0 commit comments