Skip to content

Commit 297fe65

Browse files
author
Jake Neyer
committed
Fix path in entrypoint
1 parent a8550e3 commit 297fe65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ URL=$3
1010
echo "Running polytomic importer"
1111

1212
# Generate HCL from the app
13-
./polytomic-importer run \
13+
/polytomic-importer run \
1414
--api-key ${API_KEY} \
1515
--url ${URL} \
1616
--output ${DIR} \

0 commit comments

Comments
 (0)