Skip to content

Commit

Permalink
tidy: allow to be invoked as webmesh-node
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyzimmer committed Oct 2, 2023
1 parent 541e43e commit fb3cd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func main() {
switch filepath.Base(os.Args[0]) {
case "webmesh":
plugin.Main(version.Version)
case "webmesh-cni-node":
case "webmesh-cni-node", "webmesh-node":
node.Main(version.Version)
case "webmesh-cni-install":
install.Main(version.Version)
Expand Down

0 comments on commit fb3cd0d

Please sign in to comment.