From 1480faf32f5c4d0dfa9680e6acf2425e904f6ebe Mon Sep 17 00:00:00 2001 From: o9000 Date: Tue, 12 Sep 2017 23:15:12 +0200 Subject: [PATCH] Update packaging info script --- packaging/update_version_status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/update_version_status.sh b/packaging/update_version_status.sh index ce9f070..e9ea4e2 100755 --- a/packaging/update_version_status.sh +++ b/packaging/update_version_status.sh @@ -12,7 +12,7 @@ git reset --hard git pull -./version_status.py > packaging.tmp.md +~/tint2/packaging/version_status.py > packaging.tmp.md cat packaging.tmp.md > packaging.md rm packaging.tmp.md