Skip to content

Commit

Permalink
Fixed typo in command message
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Oct 1, 2014
1 parent 15f7595 commit 090dca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy/nextflow/cli/CmdDrop.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ class CmdDrop extends CmdBase {
return
}

throw new AbortOperationException("Repository contains not committed changes -- wont drop it")
throw new AbortOperationException("Repository contains changes not committed -- wont drop it")
}
}

0 comments on commit 090dca3

Please sign in to comment.