git-watchtower 2.2.0 → 2.2.1
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/package.json
CHANGED
|
@@ -63,7 +63,7 @@ function detectInstallSource() {
|
|
|
63
63
|
*/
|
|
64
64
|
function getUpdateCommand(source) {
|
|
65
65
|
switch (source) {
|
|
66
|
-
case 'homebrew': return 'brew upgrade git-watchtower';
|
|
66
|
+
case 'homebrew': return 'brew update && brew upgrade git-watchtower';
|
|
67
67
|
case 'npm': return 'npm i -g git-watchtower';
|
|
68
68
|
case 'source': return 'git pull && npm install';
|
|
69
69
|
default: return 'npm i -g git-watchtower';
|