kiss: remove unused variable

This commit is contained in:
Dylan Araps 2021-07-24 22:21:27 +03:00
parent cb54b59f98
commit caf4a4254e
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -1543,7 +1543,7 @@ pkg_update() {
# Update each repository in '$KISS_PATH'.
for repo do
repo_type=null repo_sig=false
repo_type=null
if git -C "$repo" remote >/dev/null 2>&1; then
repo_type=git