Skip to content

Commit 5868e8a

Browse files
authored
Update echo msg when installing erlang build
1 parent 9a4180f commit 5868e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ install_erlang() {
4848
# We hide all output from this command so the
4949
# "You can activate this installation running the following command:"
5050
# that doesn't apply is hidden
51-
echo "🧹 Cleanup kerl install $build_name $ASDF_INSTALL_PATH"
51+
echo "👷🏼 kerl install $build_name $ASDF_INSTALL_PATH"
5252
$(kerl_path) install "$build_name" "$ASDF_INSTALL_PATH" >/dev/null 2>&1
5353

5454
echo "🧹 Cleanup kerl build $build_name"

0 commit comments

Comments
 (0)