Skip to content

Commit

Permalink
rename wrench script rebuild -> rebuild-only
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
emidoots committed Dec 23, 2022
1 parent 5015583 commit 3b64791
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

func init() {
Scripts = append(Scripts, Script{
Command: "rebuild",
Command: "rebuild-only",
Args: nil,
Description: "wrench rebuilds and reinstalls itself",
Execute: func(args ...string) error {
Expand Down

0 comments on commit 3b64791

Please sign in to comment.