Skip to content

Commit bca86be

Browse files
authored
249 doctest update (#517)
* Add discovery doctest Signed-off-by: Mihai Criveti <[email protected]> * Add discovery doctest Signed-off-by: Mihai Criveti <[email protected]> --------- Signed-off-by: Mihai Criveti <[email protected]>
1 parent fd3d521 commit bca86be

File tree

3 files changed

+399
-65
lines changed

3 files changed

+399
-65
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ venv:
111111

112112
.PHONY: activate
113113
activate:
114-
@echo "💡 Enter the venv using:\n. $(VENV_DIR)/bin/activate\n"
114+
@echo -e "💡 Enter the venv using:\n. $(VENV_DIR)/bin/activate\n"
115115

116116
.PHONY: install
117117
install: venv

0 commit comments

Comments
 (0)