From a228567ab98fd529c5f9955d351754b1cfc91fbe Mon Sep 17 00:00:00 2001 From: mudler Date: Sat, 27 Feb 2016 12:11:44 +0100 Subject: [PATCH] [sabayon-createrepo] dumb fix --- sabayon-createrepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sabayon-createrepo b/sabayon-createrepo index 9645ecf..c493c7e 100755 --- a/sabayon-createrepo +++ b/sabayon-createrepo @@ -101,7 +101,7 @@ echo "docker $DOCKER_OPTS ${docker_env[@]} ${docker_volumes[@]} $DOCKER_IMAGE / docker run $DOCKER_OPTS --entrypoint /bin/bash "${docker_env[@]}" "${docker_volumes[@]}" $DOCKER_IMAGE /sabayon/bin/create_repo.sh || true if [ -d "$OUTPUT_DIR/standard" ]; then - echo "The Sabayon repository files are in $SAB_WORKSPACE/entropy_artifacts" + echo "The Sabayon repository files are in $OUTPUT_DIR" echo "Now you can upload its content where you want" echo ""