File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ gen_batfiles: .FORCE
160160
161161snap : dist/datatools_$(VERSION ) _amd64.snap
162162
163- release : build gen_batfiles distribute_docs dist/linux-amd64 dist/macos-amd64 dist/macos-arm64 dist/windows-amd64 dist/raspbian-arm7 snap
163+ release : build gen_batfiles distribute_docs dist/linux-amd64 dist/macos-amd64 dist/macos-arm64 dist/windows-amd64 dist/raspbian-arm7
164164
165165
166166.FORCE :
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ license: %s`, cm.License))...)
117117 }
118118 if len (cm .Keywords ) > 0 {
119119 src = append (src , []byte (`
120- keyword :` )... )
120+ keywords :` )... )
121121 for _ , keyword := range cm .Keywords {
122122 src = append (src , []byte (fmt .Sprintf (`
123123 - %s` , keyword ))... )
Original file line number Diff line number Diff line change 3838
3939< section >
4040< p >
41- Copyright (c) 2021 , Caltech All rights not granted herein are expressly
41+ Copyright (c) 2022 , Caltech All rights not granted herein are expressly
4242reserved by Caltech.
4343</ p >
4444< p >
You can’t perform that action at this time.
0 commit comments