Skip to content

Commit 2e03a9f

Browse files
committed
Changed ${pkg_prefix} to {{pkg.path}}
1 parent 80a3c80 commit 2e03a9f

File tree

1 file changed

+1
-1
lines changed
  • habitat/hooks

1 file changed

+1
-1
lines changed

habitat/hooks/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
export HOME="/hab/svc/chime/config"
33
# export the parameters file path
4-
export PARAMETERS="${pkg_prefix}/defaults/webapp.cfg"
4+
export PARAMETERS="{{pkg.path}}/defaults/webapp.cfg"
55
cd "/hab/svc/chime"
66

77
if [ "$(whoami)" = "root" ]; then

0 commit comments

Comments
 (0)