diff options
author | Yaroslav Halchenko <debian@onerussian.com> | 2011-09-27 22:47:33 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-09-27 22:47:33 +0200 |
commit | 42afd952030c5817f3ded35efba29ffe4242a3e2 (patch) | |
tree | 3346714dffc752379aa1e5266ef7fc2af2c707ef /examples | |
parent | 8a43927c04f67eba06f212b56d4af7166f9afa51 (diff) | |
download | vyos-live-build-42afd952030c5817f3ded35efba29ffe4242a3e2.tar.gz vyos-live-build-42afd952030c5817f3ded35efba29ffe4242a3e2.zip |
Fixing left-over uses of --packages-lists in cron scripts and examples.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/auto/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/auto/config b/examples/auto/config index e67a471c7..55cef497b 100755 --- a/examples/auto/config +++ b/examples/auto/config @@ -1,5 +1,5 @@ #!/bin/sh lb config noauto \ - --packages-lists "standard" \ + --package-lists "standard" \ "${@}" |