Skip to content

Commit

Permalink
Merge pull request #757 from klihub/fixes/incorrect-package-name
Browse files Browse the repository at this point in the history
validate/capabilities: fix incorrect package name.
  • Loading branch information
Mrunal Patel authored Nov 7, 2022
2 parents 946c877 + 2e043c6 commit 2802ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate/capabilities/validate_unsupported.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//go:build !linux
// +build !linux

package validate
package capabilities

import (
"github.com/syndtr/gocapability/capability"
Expand Down

0 comments on commit 2802ff9

Please sign in to comment.