Skip to content

Commit

Permalink
Merge branch 'cherry-pick-72ebc695' into 'master_1.4.1'
Browse files Browse the repository at this point in the history
Merge branch 'fix_bug_4846_wrong_url' into 'master_1.4.x'

See merge request vitam/vitam!4711
  • Loading branch information
Joachim Gonthier committed Jul 30, 2018
2 parents f28cc7d + bb07cf4 commit cdb7ebd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

CURRENT_DIR="$( cd "$( readlink -f $(dirname ${BASH_SOURCE[0]}) )" ; pwd )"
COMPUTE_GRAPH_URL="http://{{ ip_admin }}:{{ vitam.metadata.port_admin }}/metadata/v1/graphbuilder"
COMPUTE_GRAPH_URL="http://{{ ip_admin }}:{{ vitam.metadata.port_admin }}/metadata/v1/computegraph"

function log() {
LEVEL=${1}
Expand Down

0 comments on commit cdb7ebd

Please sign in to comment.