Skip to content

Commit

Permalink
Fix spelling error in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
klaraward authored and slachiewicz committed Aug 26, 2021
1 parent ac5a1b4 commit 359a0e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public ReleaseResult execute( ReleaseDescriptor releaseDescriptor, ReleaseEnviro
}
else
{
logInfo( result, "Ignoring SNAPSHOT depenedencies and plugins ..." );
logInfo( result, "Ignoring SNAPSHOT dependencies and plugins ..." );
}
result.setResultCode( ReleaseResult.SUCCESS );

Expand Down

0 comments on commit 359a0e4

Please sign in to comment.