Makefile - switch to main

This commit is contained in:
2026-08-11 16:14:38 +02:00
parent 50886ff858
commit c94c80656e
+1 -1
View File
@@ -33,7 +33,7 @@
(target main
(deps housekeeping)
(displayln "Switching back to main branch")
(dgit 'switch 'main)
(dgit 'switch "main")
(dgit 'branch-current)
)