Skip to content

Commit

Permalink
Fix typo in pom.xml
Browse files Browse the repository at this point in the history
The snakemake example filename contained a typo.
  • Loading branch information
imagejan authored and maarzt committed Dec 14, 2021
1 parent c489664 commit d4f8f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<artifactId>maven-assembly-plugin</artifactId>
<version>2.6</version>
<configuration>
<finalName>labkit-snakemake-exmaple-${project.version}</finalName>
<finalName>labkit-snakemake-example-${project.version}</finalName>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
<descriptor>src/main/assembly/zip.xml</descriptor>
Expand Down

0 comments on commit d4f8f4a

Please sign in to comment.