fix indents and clean popd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Marsh 2020-09-25 20:25:43 +01:00
parent ba27237fe7
commit 1e38250442
No known key found for this signature in database
GPG Key ID: 30B29A716A54DBB3
2 changed files with 112 additions and 112 deletions

View File

@ -40,6 +40,6 @@ sed -i -e "s!^ // insert here! // insert here\n${line}!" virtual.js
# commit
git commit -a -m "Update $name"
popd
popd > /dev/null
##########################################################################
# end of file