diff --git a/sonar-build b/sonar-build index 361ba5184..8dc9bf0dd 100644 --- a/sonar-build +++ b/sonar-build @@ -1,3 +1,4 @@ #!/bin/bash -ls -./fbt updater_package \ No newline at end of file +pushd . +./fbt updater_package +popd \ No newline at end of file