Skip to content

Commit

Permalink
chore: set namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
acid-chicken committed May 21, 2024
1 parent c4b6147 commit 7c8c188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hariko/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ func Execute() {
}

func deploy(packageName string, repositoryName string, repositoryURL string, log io.Writer) (*release.Release, error) {
settings.SetNamespace("misskey")
p := getter.All(settings)
c := repo.Entry{
Name: repositoryName,
Expand Down

0 comments on commit 7c8c188

Please sign in to comment.