From 351f5bd8494d023945d19ea3b1103a337ccc6618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <karel.koci@nic.cz> Date: Mon, 1 Nov 2021 13:20:51 +0100 Subject: [PATCH] generate_lists: remove '"' from git-hash file This character should not have been there. --- generate_lists | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate_lists b/generate_lists index a4b4cf137..44d0857fe 100755 --- a/generate_lists +++ b/generate_lists @@ -97,7 +97,7 @@ fi echo "$tos_version" > "$output_path/turris-version" cat > "$output_path/git-hash" <<EOF -Project was build from following repositories:" +Project was build from following repositories: * turris-build: $(git_remote_hash "$src_dir") * $FEED_NAME: $(git_remote_hash "$output_path") -- GitLab