Skip to content

Commit

Permalink
fix incorrect rm in generate
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Feb 20, 2024
1 parent 1ed3572 commit 4697686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/operator/controllers/workaround/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package workaround
// Copyright (c) Microsoft Corporation.
// Licensed under the Apache License 2.0.

//go:generate rm -rf ../../../util/mocks/$GOPACKAGE
//go:generate rm -rf ../../../util/mocks/operator/controllers/$GOPACKAGE
//go:generate go run ../../../../vendor/github.com/golang/mock/mockgen -destination=../../../util/mocks/operator/controllers/$GOPACKAGE/$GOPACKAGE.go github.com/Azure/ARO-RP/pkg/operator/controllers/$GOPACKAGE Workaround
//go:generate go run ../../../../vendor/golang.org/x/tools/cmd/goimports -local=github.com/Azure/ARO-RP -e -w ../../../util/mocks/operator/controllers/$GOPACKAGE/$GOPACKAGE.go

0 comments on commit 4697686

Please sign in to comment.