Skip to content

Commit

Permalink
fix home space naming
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Nov 1, 2023
1 parent ca1e813 commit 13ffdf2
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 13ffdf2

Please sign in to comment.