Skip to content

Commit

Permalink
Filename change
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR committed Jun 13, 2024
1 parent f550332 commit 46a59a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function initialize {
source "$(dirname "$0")/vars.sh" add_var DASHBOARD_API_BASE "https://api.green-coding.io"

if [[ -n "$BASH_VERSION" ]] && (( ${BASH_VERSION:0:1} >= 4 )); then
source "$(dirname "$0")/machine-power-data/${MACHINE_POWER_DATA}"
source "$(dirname "$0")/../machine-power-data/${MACHINE_POWER_DATA}"
source "$(dirname "$0")/vars.sh" add_var MACHINE_POWER_HASHMAP $cloud_energy_hashmap
fi
}
Expand Down

0 comments on commit 46a59a2

Please sign in to comment.