Skip to content

Commit f3f6669

Browse files
committed
fix binary path
1 parent 0093621 commit f3f6669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ jobs:
296296
curl -fsSL "$URL" -o "${DEST}"
297297
chmod +x "${DEST}"
298298
"${DEST}" version
299-
mv "${DEST}" /home/usr/bin/coder
299+
mv "${DEST}" /usr/local/bin/coder
300300
301301
- name: Create first user, template and workspace
302302
id: setup_deployment

0 commit comments

Comments
 (0)