Skip to content

Commit eb80cb3

Browse files
author
marcmaro
committed
made scripts executable
1 parent 6473eba commit eb80cb3

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

build.sh

100644100755
File mode changed.

buildall.sh

100644100755
File mode changed.

pkg/packager/node_packager.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ func (p *NodePackager) npmPruneProduction() error {
392392
func (p *NodePackager) npmAuditFix() error {
393393

394394
if !p.AuditFix {
395-
utils.Infofln("vulnerability fix disabled: enable with 'audit-fix'")
395+
utils.Infofln("vulnerability fix disabled: enable with option '--audit-fix'")
396396
return nil
397397
}
398398

test.sh

100644100755
File mode changed.

update.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)