misc: fix linter

This commit is contained in:
Dylan Araps 2021-07-18 21:52:02 +03:00
parent 43c5283860
commit 8574d3ed4a
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

View File

@ -284,5 +284,5 @@ for repo do
}
main "$repo"
cd "$OLDPWD"
cd "$OLDPWD" || exit 1
done