Skip to content

Commit 8c4df1c

Browse files
committed
Merge branch 'feat-extend-dna-version-command-to-provide-more-details-NMO-731' into dev
2 parents 078da35 + fb48cfa commit 8c4df1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ function dna::create_entrypoint_symlink_if_requested() {
8585
create_and_add_to_path="y"
8686
else
8787
read -r -n 1 -p "Create directory and add to PATH? [y/N] " create_and_add_to_path
88+
echo
8889
fi
8990
if [[ "${create_and_add_to_path}" == "y" || "${create_and_add_to_path}" == "Y" ]]; then
9091
sudo mkdir -p "/usr/local/bin"
@@ -105,6 +106,7 @@ function dna::create_entrypoint_symlink_if_requested() {
105106
if [[ "${option_overwrite}" != "y" && "${option_overwrite}" != "Y" ]]; then
106107
n2st::print_msg "Skipping symlink creation."
107108
else
109+
echo
108110
dna::create_bin_dna_to_entrypoint_symlink "${dna_entrypoint:?err}" || return 1
109111
fi
110112
else

0 commit comments

Comments
 (0)