@jswork/ushell-module-git 1.0.14 → 1.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/modules/01-gcd.sh CHANGED
@@ -6,12 +6,8 @@ repourl=`echo $GIT_URL | awk -F [:/] '{print$1}'`;
6
6
 
7
7
  # A special case for nono `aric-` org.
8
8
 
9
- if [[ $orgname != "aric-"* ]]; then
10
- if [[ $orgname == "alo7i" ]]; then
11
- orgname="aric-nono";
12
- else
13
- orgname="github";
14
- fi
9
+ if [[ $orgname != "aric-"* && $orgname != "alo7i" ]]; then
10
+ orgname="github";
15
11
  fi
16
12
 
17
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/ushell-module-git",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
4
4
  "description": "Unix like shell module for git.",
5
5
  "main": "index.sh",
6
6
  "repository": {