Skip to content

Commit

Permalink
Merge pull request #274 from arangodb/fix/minor_fix
Browse files Browse the repository at this point in the history
minor fix in template generation
  • Loading branch information
neunhoef authored Oct 25, 2018
2 parents afd5dea + fde6da0 commit 179cf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -u

version="arangodb-preview:3.4.0-rc.3"
enterprise_secret="9c169fe900ff79790395784287bfa82f0dc0059375a34a2881b9b745c8efd42e"
enterprise_secret="$ARANGO_EP_SECRET" #only the number
community="arangodb/$version"
enterprise="registry.arangodb.com/arangodb/$version-$enterprise_secret"

Expand Down

0 comments on commit 179cf75

Please sign in to comment.