Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1343)

Unified Diff: third_party/pkg/angular/scripts/git/validate-commit-msg.js

Issue 257423008: Update all Angular libs (run update_all.sh). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/pkg/angular/scripts/git/validate-commit-msg.js
diff --git a/third_party/pkg/angular/scripts/git/validate-commit-msg.js b/third_party/pkg/angular/scripts/git/validate-commit-msg.js
index 4a264242a0bd0edf3da2b9e36e9eae175581f40d..b00b6bf59e0f487a384298f1c420824ee4bbec3c 100755
--- a/third_party/pkg/angular/scripts/git/validate-commit-msg.js
+++ b/third_party/pkg/angular/scripts/git/validate-commit-msg.js
@@ -6,7 +6,7 @@
*
* Installation:
* >> cd <angular-repo>
- * >> ln -s scripts/git/validate-commit-msg.js .git/hooks/commit-msg
+ * >> ln -s ../../scripts/git/validate-commit-msg.js .git/hooks/commit-msg
*/
var fs = require('fs');
var util = require('util');
« no previous file with comments | « third_party/pkg/angular/scripts/generate-expressions.sh ('k') | third_party/pkg/angular/scripts/karma/snapshot.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698