mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Fix following merge with master branch
This commit is contained in:
parent
61d63b0dff
commit
bc45a6e327
1 changed files with 3 additions and 3 deletions
|
@ -457,10 +457,10 @@ class Script():
|
|||
check_helper_usage_dependencies(self)
|
||||
check_helper_consistency(self)
|
||||
check_deprecated_practices(self)
|
||||
|
||||
|
||||
current_dir=os.getcwd()
|
||||
os.chdir(app_path + "/scripts/")
|
||||
check_shellcheck(script_name)
|
||||
os.chdir(os.path.dirname(self.path))
|
||||
check_shellcheck(self.name)
|
||||
os.chdir(current_dir)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue