From 56f16460876b34c5b5708909c06957f7761db1c5 Mon Sep 17 00:00:00 2001 From: Kyle Krueger Date: Mon, 10 Sep 2018 15:19:15 +0200 Subject: [PATCH] add missing trailing slash --- examples/example_3/target_gcc_32.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example_3/target_gcc_32.yml b/examples/example_3/target_gcc_32.yml index 124e674..d7568ab 100644 --- a/examples/example_3/target_gcc_32.yml +++ b/examples/example_3/target_gcc_32.yml @@ -1,6 +1,6 @@ # Copied from ~Unity/targets/gcc_32.yml unity_root: &unity_root '../..' -unity_source: &unity_source '../../src' +unity_source: &unity_source '../../src/' compiler: path: gcc source_path: &source_path 'src/'