Fix paths to aos_config.json to be uniform
aos_config.json will search next to the binary, so use that everywhere.
Change-Id: I55809a145e6b0117e134530b467f79529279f203
Signed-off-by: Austin Schuh <austin.schuh@bluerivertech.com>
diff --git a/aos/aos_graph_nodes.cc b/aos/aos_graph_nodes.cc
index 9c78c76..5b6fbe0 100644
--- a/aos/aos_graph_nodes.cc
+++ b/aos/aos_graph_nodes.cc
@@ -10,7 +10,7 @@
DEFINE_bool(all, false,
"If true, print out the channels for all nodes in the config file, "
"not just the channels which are visible on this node.");
-DEFINE_string(config, "./aos_config.json", "File path of aos configuration");
+DEFINE_string(config, "aos_config.json", "File path of aos configuration");
DEFINE_bool(short_types, true,
"Whether to show a shortened version of the type name");