rcravens / kit

An easy to use application development starter kit.
28 stars 13 forks source link

Problem: sed: -e expression #1, char 1: unknown command: `.' #4

Closed YevheniiVolosiuk closed 2 months ago

YevheniiVolosiuk commented 2 months ago

OS: Windows 10, WSL 2 on Ubuntu 22.04

Problem View: image

YevheniiVolosiuk commented 2 months ago

To fix this problem need to make file changes .code/bin/commands/deploy.sh .code/bin/makes/registry.sh

from sed -i. bak to sed -i.bak after will work on 2 OS correctly.

rcravens commented 2 months ago

Thank you @YevheniiVolosiuk !