Skip to content
6 changes: 5 additions & 1 deletion cmd/permify/permify.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// File: cmd/permify/permify.go
package main

import (
Expand Down Expand Up @@ -51,7 +52,10 @@ func main() {
repair := cmd.NewRepairCommand()
root.AddCommand(repair)

// CLA sign-off
// I have read the CLA Document and I hereby sign the CLA

if err := root.Execute(); err != nil {
os.Exit(1)
}
}
}
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Loading