Skip to content

Commit

Permalink
Fix sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Sep 25, 2024
1 parent 663e880 commit 448f4f1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# include mpas-ocean outputs in testing
sed -i 's#compclass="ocn" exclude_testing="true"#compclass="ocn" exclude_testing="false"#g' env_archive.xml
sed 's|compname="mpaso" exclude_testing="true"|compname="mpaso" exclude_testing="false"|' env_archive.xml > tmp_env_archive.xml
mv tmp_env_archive.xml env_archive.xml

0 comments on commit 448f4f1

Please sign in to comment.