claudetool/bashkit: don't mention set-slug when blocking sketch-wip renames
diff --git a/claudetool/bashkit/bashkit.go b/claudetool/bashkit/bashkit.go
index 5bdabf5..3778e45 100644
--- a/claudetool/bashkit/bashkit.go
+++ b/claudetool/bashkit/bashkit.go
@@ -229,7 +229,7 @@
sketchWipWarningMu.Unlock()
if !alreadyWarned {
- return fmt.Errorf("permission denied: changing the 'sketch-wip' branch is not allowed. The outie needs this branch name to detect and push your changes to GitHub. If you want to change the external GitHub branch name, use the 'set-slug' tool instead. This warning is shown once per session - you can repeat the command if you really need to do this")
+ return fmt.Errorf("permission denied: changing the 'sketch-wip' branch is not allowed. The outie needs this branch name to detect and push your changes to GitHub. This warning is shown once per session - you can repeat the command if you really need to do this")
}
}
return nil