Skip to content

Commit e70b3f2

Browse files
authored
chore: add alias helper to develop.sh (#6031)
* chore: add alias helper to develop.sh * restore formatting * change alias from feedback
1 parent 5931d12 commit e70b3f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/develop.sh

+1
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ fatal() {
194194
done
195195
log "== =="
196196
log "== Use ./scripts/coder-dev.sh to talk to this instance! =="
197+
log "$(printf "== alias cdr=%s/scripts/coder-dev.sh%$((space_padding - ${#PWD}))s==" "$PWD" "")"
197198
log "===================================================================="
198199
log
199200

0 commit comments

Comments
 (0)