Skip to content

Commit

Permalink
fixed: docugen script src path
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Eiselt <eiselt@b1-systems.de>
  • Loading branch information
DEiselt authored and jschoone committed Jun 28, 2024
1 parent 5d8e4ee commit 70600fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/docugen.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

BASE_PATH = Path(__file__).parent.parent
TEMPLATE_PATH = BASE_PATH.joinpath(
"providers", "openstack", "scs", "1-27", "cluster-class"
"providers", "openstack", "scs", "cluster-class"
)


Expand Down

0 comments on commit 70600fb

Please sign in to comment.