@jswork/ushell-module-git 1.0.24 → 1.0.25

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.
Files changed (2) hide show
  1. package/index.sh +1 -1
  2. package/package.json +1 -1
package/index.sh CHANGED
@@ -86,7 +86,7 @@ alias github-cache='ssh-add ~/.ssh/id_rsa.github.com >/dev/null 2>/dev/null;';
86
86
  alias mvg="${ROOT_PATH}/modules/08-mvg.sh";
87
87
 
88
88
  # oprr
89
- alias oprr="bash /path/to/oprr.sh"
89
+ alias oprr="${ROOT_PATH}/modules/09-oprr.sh"
90
90
 
91
91
  # git-url-cli
92
92
  # alias guc='git-url-cli'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/ushell-module-git",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "Unix like shell module for git.",
5
5
  "main": "index.sh",
6
6
  "repository": {