Skip to content

Commit

Permalink
fixed codacity warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nedvedba committed Jan 2, 2024
1 parent ffe0a94 commit 72b3997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/copy_dependency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This script is used to rename the dependency libraries that DataFed uses to make them easier to copy between containers by reading the dependency_versions.sh script and renaming them accordingly.
# credit to chatgpt for this script

source $BUILD_DIR/scripts/dependency_versions.sh
source "$BUILD_DIR/scripts/dependency_versions.sh"

# Define the list of supported libraries and their environment variable names
supported_libraries=("protobuf" "libsodium" "libzmq" "boost_program_options" "boost_filesystem")
Expand Down

0 comments on commit 72b3997

Please sign in to comment.