Bugfix: sourcing `variables` file

pull/26/merge
Bruno Sutic 2014-08-30 21:42:39 +02:00
parent 6255154190
commit 3682cf6170
No known key found for this signature in database
GPG Key ID: 66D96E4F2F7EF26C
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Changelog
### master
- bugfix: sourcing `variables.sh` file in save script
### v1.0.0, 2014-08-30
- show spinner during the save process

View File

@ -2,7 +2,7 @@
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source "$CURRENT_DIR/scripts/variables.sh"
source "$CURRENT_DIR/variables.sh"
source "$CURRENT_DIR/helpers.sh"
source "$CURRENT_DIR/spinner_helpers.sh"