Skip to content

Commit

Permalink
fix personal project type name
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Oct 26, 2023
1 parent a88d357 commit 4bd334b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/spaces/spaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type Manager interface {
type SpaceType string

const (
SpaceTypeHome SpaceType = "home"
SpaceTypeHome SpaceType = "personal"
SpaceTypeProject SpaceType = "project"
)

Expand Down

0 comments on commit 4bd334b

Please sign in to comment.