Skip to content

Commit

Permalink
rename Remove-DockerNoneImage to Remove-DockerNoneImages
Browse files Browse the repository at this point in the history
  • Loading branch information
janjaali committed Sep 30, 2017
1 parent 53795d6 commit f1b9594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Remove-DockerNoneImages.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{

RootModule = 'Remove-DockerNoneImage'
RootModule = 'Remove-DockerNoneImages'

ModuleVersion = '1.0.1'

Expand Down
2 changes: 1 addition & 1 deletion Remove-DockerNoneImages.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ function Remove-DockerNoneImages {
}
}

Export-ModuleMember -Function Remove-DockerNoneImage;
Export-ModuleMember -Function Remove-DockerNoneImages;

0 comments on commit f1b9594

Please sign in to comment.