Skip to content

Commit cf184c6

Browse files
committed
fix: Remove stray sed line
1 parent 538a11c commit cf184c6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/push-components.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ push() {
2020

2121
# Replace the old location with the actual OCI location
2222

23-
sed -i -E "/name = \"${FILE_NAME_WITHOUT_EXT}\"/{n;s|location\.oci = \".*\"|location.oci = \"${OUTPUT}\"|}" "$TOML_FILE"
2423
obelisk component add ${COMPONENT_TYPE} ${OUTPUT} --name ${FILE_NAME_WITHOUT_EXT} -c $TOML_FILE
2524
}
2625

0 commit comments

Comments
 (0)