summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-11-26 14:50:09 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-26 14:50:09 +0100
commit33e19b651309b75899804b49ae25857aa00cb301 (patch)
tree9354bc9cbd5c8d530dd81f7f97a817c88ce0fa1b /config.toml
parenteecd7b291c779cf34508687a586b58ca39239b67 (diff)
Fix: Repo path should be cwd, not configurable
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.toml b/config.toml
index add5c22..458bf13 100644
--- a/config.toml
+++ b/config.toml
@@ -1,6 +1,3 @@
-# repository of package definitions
-repository = "/tmp/path"
-
# Format of the progress bars used.
# See https://docs.rs/indicatif/0.15.0/indicatif/#templates
# for how to customize this.