Skip to content

Commit

Permalink
fix(hyperbole): missing v2 in cmdpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
haruue committed May 29, 2024
1 parent 146d077 commit 10234e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyperbole.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
CORE_SRC_DIR = "./core"
EXTRAS_SRC_DIR = "./extras"
APP_SRC_DIR = "./app"
APP_SRC_CMD_PKG = "github.com/apernet/hysteria/app/cmd"
APP_SRC_CMD_PKG = "github.com/apernet/hysteria/app/v2/cmd"

MODULE_SRC_DIRS = [CORE_SRC_DIR, EXTRAS_SRC_DIR, APP_SRC_DIR]

Expand Down

0 comments on commit 10234e5

Please sign in to comment.