Skip to content

Commit

Permalink
[chore] Organize the project directory structure (#364)
Browse files Browse the repository at this point in the history
* [chore] Organize the project directory structure

fix typo

fix typo

* fix typo

* fix typo

* fix typo

* fix typo
  • Loading branch information
mfordjody authored Sep 22, 2024
1 parent 849acf3 commit c3e2466
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions app/dubboctl/identifier/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,11 @@ var (
chartsUri = deployUri.JoinPath("charts")
profilesUri = deployUri.JoinPath("profiles")
addonsUri = deployUri.JoinPath("addons")
addonDashboardsUri = addonsUri.JoinPath("dashboards")
addonManifestsUri = addonsUri.JoinPath("manifests")

Charts = chartsUri.String()
Profiles = profilesUri.String()
Addons = addonsUri.String()
AddonDashboards = addonDashboardsUri.String()
AddonManifests = addonManifestsUri.String()
addonDashboardsUri = addonsUri.JoinPath("addons/dashboards")
Charts = chartsUri.String()
Addons = addonsUri.String()
AddonDashboards = addonDashboardsUri.String()
Profiles = profilesUri.String()
)

var UnionFS filesystem.UnionFS
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c3e2466

Please sign in to comment.