Skip to content

Commit deab2fa

Browse files
committed
load the new builder api paths
Signed-off-by: Matt Wrock <matt@mattwrock.com>
1 parent 3cbfd11 commit deab2fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • components/builder-api/habitat/hooks

components/builder-api/habitat/hooks/init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if command psql --no-password -c ";"; then
1515
echo The builder-datastore is available to the builder-api
1616
exit 0
1717
else
18-
ldd psql
18+
echo $PATH
1919
echo The builder-datastore is UNAVAILABLE to the builder-api
2020
exit 3
2121
fi

0 commit comments

Comments
 (0)