Skip to content

Commit 0c6595e

Browse files
committed
fix tests
1 parent 4d751a1 commit 0c6595e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ while read -r oldrev newrev refname; do
314314
case "$refname" in refs/heads/*) branch="${{refname#refs/heads/}}";;
315315
*) continue;;
316316
esac
317-
{}/.hl/bin/hl deploy --app {} --sha "$newrev" --branch "$branch"
317+
{}/.local/bin/hl deploy --app {} --sha "$newrev" --branch "$branch"
318318
done
319319
"#,
320320
home_dir, app_name

0 commit comments

Comments
 (0)