Skip to content

Conversation

@cypherhoodlum
Copy link

readme.md has instructions to use the command repo permissions when it should be repo permission.

From main.go:

switch cmd {
	case "repo":
		subcmd := os.Args[2]
		switch subcmd {
		case "create":
			repoCreate(cfg, pool)
		case "clone":
			repoClone(cfg, pool)
		case "permission": // relevant case here
			repoPermission(cfg, pool)
		default:
			log.Fatalf("unknown repo sub command %v", subcmd)
		}

@cypherhoodlum cypherhoodlum changed the title Fix typos. Fix typos in readme. Mar 28, 2023
@cypherhoodlum cypherhoodlum changed the title Fix typos in readme. Fix typos in readme Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant