Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mfordjody committed Sep 22, 2024
1 parent 9fdcbd3 commit 752af13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dubboctl/identifier/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var (
}

chartsUri = deployUri.JoinPath("charts")
profilesUri = deployUri.JoinPath("test/dubboctl/profiles")
profilesUri = deployUri.JoinPath("./test/dubboctl/profiles")
addonsUri = deployUri.JoinPath("addons")
addonDashboardsUri = addonsUri.JoinPath("addons/dashboards")
Charts = chartsUri.String()
Expand Down

0 comments on commit 752af13

Please sign in to comment.