Solucionado #2

This commit is contained in:
Daniel Cortes
2020-06-23 19:40:50 -04:00
parent f592ed082d
commit ea75dfb1b7
9 changed files with 31 additions and 109 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
set -eu
. venv/bin/activate
. .venv/bin/activate
STASH_NAME=pre-commit-$(date +%s)
git stash save -q --keep-index $STASH_NAME