Merge pull request #18043 from tianon/freebsd-package-name
Fix "./docker" package name on freebsd
This commit is contained in:
commit
68336bc832
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
// +build daemon
|
||||
|
||||
package docker
|
||||
package main
|
||||
|
||||
// notifySystem sends a message to the host when the server is ready to be used
|
||||
func notifySystem() {
|
||||
|
|
Loading…
Reference in a new issue