Skip to content

Commit

Permalink
stray
Browse files Browse the repository at this point in the history
  • Loading branch information
FossPrime committed Apr 30, 2023
1 parent a8da2a0 commit fbef028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .replit
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fi
# Append origin for OAuth. Alternatively, set it as an env var
CONFIG_FILE="$FEATHERS_DIR/config/default.json"
if ! grep -q "$FEATHERS_ORIGIN" "$CONFIG_FILE"; then
sed -i "/\\"origins\\"/a \\ \\"$FEATHERS_ORIGIN"\\"," "$CONFIG_FILE"
sed -i "/\\"origins\\"/a \\ \\"$FEATHERS_ORIGIN\\"," "$CONFIG_FILE"
fi

INDEX_TS="$FEATHERS_DIR/src/index.ts"
Expand Down

0 comments on commit fbef028

Please sign in to comment.