From d0c59eab0e7efaaa8d4f8fac60658382eb810ebe Mon Sep 17 00:00:00 2001 From: Fabian Steeg Date: Wed, 27 Oct 2021 11:31:03 +0200 Subject: [PATCH] [oersi] Switch flux command from `fix` to `metafix` Temporary, to consume both the old and the new version of fix in OERSI while switching the workflows over to the new version. --- metafix/src/main/resources/flux-commands.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metafix/src/main/resources/flux-commands.properties b/metafix/src/main/resources/flux-commands.properties index 1659127a..d0dca7b6 100644 --- a/metafix/src/main/resources/flux-commands.properties +++ b/metafix/src/main/resources/flux-commands.properties @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -fix org.metafacture.metafix.Metafix +metafix org.metafacture.metafix.Metafix