Browse Source

Fix QA script auto reference

Signed-off-by: Eliseu Egewarth <eliseuegewarth@gmail.com>
pull/1933/head
Eliseu Egewarth 8 years ago
parent
commit
ca5f1b9edd
  1. 2
      scripts/django/check_qa.sh

2
scripts/django/check_qa.sh

@ -1,7 +1,7 @@
#!/bin/bash
# Verifica se um breakpoint foi esquecido no código
me="$0"
me=`basename "$0"`
git_project_root=$(git rev-parse --show-toplevel)
cd ${git_project_root}

Loading…
Cancel
Save