File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -608,7 +608,7 @@ function update_config_toml() {
608
608
# Ensure that the settings file already exits. The user is expected to run `setup` before `update`.
609
609
# If they have done this, then they must have set `HOST_SUPRA_HOME` incorrectly.
610
610
if ! [ -f " $config_toml " ]; then
611
- epoch " $config_toml does not exist. Please ensure that you have set <host_supra_home> correctly." >&2
611
+ echo " $config_toml does not exist. Please ensure that you have set <host_supra_home> correctly." >&2
612
612
exit 3
613
613
fi
614
614
@@ -626,7 +626,7 @@ function update_smr_settings_toml() {
626
626
# Ensure that the settings file already exits. The user is expected to run `setup` before `update`.
627
627
# If they have done this, then they must have set `HOST_SUPRA_HOME` incorrectly.
628
628
if ! [ -f " $smr_settings " ]; then
629
- epoch " $smr_settings does not exist. Please ensure that you have set <host_supra_home> correctly." >&2
629
+ echo " $smr_settings does not exist. Please ensure that you have set <host_supra_home> correctly." >&2
630
630
exit 3
631
631
fi
632
632
You can’t perform that action at this time.
0 commit comments