From 437f03f41dc73a05b6d69d29637bd0048c69c05e Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Wed, 26 Jul 2023 08:11:04 +0200 Subject: [PATCH] example now uses git resource as module --- doc/example/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/example/build.py b/doc/example/build.py index d34c63e..b12a5b7 100644 --- a/doc/example/build.py +++ b/doc/example/build.py @@ -5,7 +5,7 @@ from subprocess import run name = 'meissa' MODULE = 'repos' -PROJECT_ROOT_PATH = '../../..' +PROJECT_ROOT_PATH = '../..' class MyBuild(DigitaloceanBackendPropertiesMixin):