diff options
author | Richard Hughes <richard@hughsie.com> | 2008-07-02 18:46:47 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2008-07-02 18:46:47 +0100 |
commit | d1b453584fb827a41760a8808792e702ee7be851 (patch) | |
tree | 0938048a1b9882dece65abf78a4e66304e8b1dbb /data | |
parent | da939e15c26fa327cd387b5ad142f5142484f430 (diff) |
rename the .repo files to .rzdb files
Diffstat (limited to 'data')
-rw-r--r-- | data/razor.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/razor.sh b/data/razor.sh index 3d578b3..49b0ce5 100644 --- a/data/razor.sh +++ b/data/razor.sh @@ -12,7 +12,7 @@ __razor_packages () { __razor_upstream_packages () { local IFS=$'\n' - COMPREPLY=($(RAZOR_REPO=rawhide.repo razor list --only-names "$1*" | while read p; do echo "$p "; done)) + COMPREPLY=($(RAZOR_REPO=rawhide.rzdb razor list --only-names "$1*" | while read p; do echo "$p "; done)) } __razor_files() { |