Skip to content

Commit

Permalink
Fix incorrect auto-import
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Thorogood authored Aug 26, 2021
1 parent 1de9652 commit 4cf1d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/fingerprints.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This collection contains functions that
# allow you to generate fingerprints of artifacts.

BUILD_SCRIPTS_DIR=${BUILD_SCRIPTS_DIR:-$PWD}
BUILD_SCRIPTS_DIR=${BUILD_SCRIPTS_DIR:-$PWD/.build-scripts}
source $BUILD_SCRIPTS_DIR/sources/environment-validation.sh

function calculate_string_fingerprint {
Expand Down

0 comments on commit 4cf1d11

Please sign in to comment.