summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-22 19:03:00 -0500
committerJeff Carr <[email protected]>2025-09-22 19:03:00 -0500
commit3a967eac13ecfd8093102e236630bba0589efc27 (patch)
tree6a95108ecd38690865c04e0883e3cd6020149104 /main.go
parent17a62eb8daa812d1450e0b8324abfd9a6c67660e (diff)
cleanup mode handlingv0.25.13
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index a1a887e..451fdba 100644
--- a/main.go
+++ b/main.go
@@ -73,7 +73,6 @@ func main() {
}
if argv.Checkout != nil {
- setForgeMode(forgepb.ForgeMode_DEVEL)
if err := doCheckout(); err != nil {
badExit(err)
}