Skip to content

Commit 2a127b8

Browse files
committed
Remove cppagent_dev references
1 parent 72a5e11 commit 2a127b8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class CppAgentConan(ConanFile):
44
name = "mtconnect_cppagent"
55
version = "2.0"
66
generators = "cmake"
7-
url = "https://github.com/mtconnect/cppagent_dev.git"
7+
url = "https://github.com/mtconnect/cppagent.git"
88
license = "Apache License 2.0"
99
settings = "os", "compiler", "arch", "build_type", "arch_build"
1010
options = { "run_tests": [True, False], "build_tests": [True, False], "without_python": [True, False],

src/python/embedded.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ namespace mtconnect {
360360
PyConfig_Read(&config);
361361
config.dev_mode = true;
362362
PyWideStringList_Append(&config.module_search_paths,
363-
L"/Users/will/projects/MTConnect/agent/cppagent_dev/modules");
363+
L"/Users/will/projects/MTConnect/agent/cppagent/modules");
364364
Py_InitializeFromConfig(&config);
365365
PyConfig_Clear(&config);
366366

unix/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Clone from github
1818
-----
1919

2020
$ mkdir agent; cd agent
21-
$ git clone [email protected]:mtconnect/cppagent_dev.git
22-
$ cd cppagent_dev
21+
$ git clone [email protected]:mtconnect/cppagent.git
22+
$ cd cppagent
2323
$ git submodule init
2424
$ git submodule update
2525

0 commit comments

Comments
 (0)