Typo in upgrade to V2 guide. #34

Closed
opened 2024-09-24 00:57:06 -03:00 by OGWann · 1 comment
OGWann commented 2024-09-24 00:57:06 -03:00 (Migrated from gitlab.com)

In the upgrade guide, there's a sed command that looks like this:

sed -i -e "s|<install_DIRECTORY>|/opt/yams|g" yams
However, in the yams binary, the string appears as:
<install_directory>

When I ran yams update, I encountered the following error:
/usr/local/bin/yams: line 97: <install_directory>/.env: No such file or directory

the fix was adjusting the command to:
sed -i -e "s|<install_directory>|/opt/yams|g" yams

In the upgrade guide, there's a `sed` command that looks like this: `sed -i -e "s|<install_DIRECTORY>|/opt/yams|g" yams` However, in the yams binary, the string appears as: `<install_directory>` When I ran `yams update`, I encountered the following error: `/usr/local/bin/yams: line 97: <install_directory>/.env: No such file or directory` the fix was adjusting the command to: `sed -i -e "s|<install_directory>|/opt/yams|g" yams`
OGWann commented 2024-09-24 00:58:14 -03:00 (Migrated from gitlab.com)

changed the description

changed the description
OGWann (Migrated from gitlab.com) closed this issue 2024-09-24 01:25:57 -03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rogs/yams#34
No description provided.