diff options
-rwxr-xr-x | build_tools/bin/update_db_repo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/bin/update_db_repo.sh b/build_tools/bin/update_db_repo.sh index c4d38cf..b95ab7c 100755 --- a/build_tools/bin/update_db_repo.sh +++ b/build_tools/bin/update_db_repo.sh @@ -6,7 +6,7 @@ if [ $# -ne 2 ] then echo "incorrect number of args" echo "update_db_repo directory repo" - echo "EX: update_db_repo /data/local/pkg_repo/i686/core-testing core-testing" + echo "EX: update_db_repo /data/pkg_repo/i686/core-testing core-testing" exit 1 fi |