debug: remove another unneeded echo

This commit is contained in:
mustard 2025-10-20 16:07:47 +02:00
parent 47bed15eb2
commit 1e3ecf5bc6

View file

@ -7,7 +7,7 @@ guest_name="$(qubesdb-read /name)"
echo $(realpath ""$0"")
guest_repo_dir="$(dirname $(realpath ""$0""))"
echo $guest_repo_dir
echo "hmmmmmm"
pushd ${guest_repo_dir} >/dev/null
if git remote | grep -Fq 'dom0'; then