Skip to content

Commit d782785

Browse files
Mic92mergify[bot]
authored andcommitted
fix import in buildbot-effects cli
1 parent 527798a commit d782785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/buildbot-effects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sys
33
from pathlib import Path
44
sys.path.append(str(Path(__file__).parent.parent))
55

6-
from hercules_effects.cli import main
6+
from buildbot_effects.cli import main
77

88
if __name__ == '__main__':
99
main()

0 commit comments

Comments
 (0)