Skip to content

Commit

Permalink
Merge pull request #1106 from apernet/fix-hyperbole-cmdpkg
Browse files Browse the repository at this point in the history
fix(hyperbole): missing v2 in cmdpkg
  • Loading branch information
haruue authored May 29, 2024
2 parents 146d077 + 10234e5 commit 8fca92a
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 8fca92a

Please sign in to comment.