Skip to content

Commit

Permalink
fix godep licenses for new root
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Jul 26, 2018
1 parent 2486d51 commit 43a45fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update-godep-licenses.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ process_content () {

# Start search at package root
case ${package} in
github.com/*|golang.org/*|bitbucket.org/*)
github.com/*|golang.org/*|bitbucket.org/*|gonum.org/*)
package_root=$(echo "${package}" |awk -F/ '{ print $1"/"$2"/"$3 }')
;;
go4.org/*)
Expand Down

0 comments on commit 43a45fb

Please sign in to comment.