We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc33713 commit b48bddcCopy full SHA for b48bddc
cmf/cmf.go
@@ -102,7 +102,6 @@ func (cmfInstance *cmf) CommitChanges() {
102
103
// CommitAmend perform a commit amend over current repository
104
func (cmfInstance *cmf) CommitAmend() {
105
- cmfInstance.repository.CheckWorkspaceChanges()
106
currentDirectory, _ := cmfInstance.fs.GetCurrentDirectory()
107
cmfFile, err := cmfInstance.fs.GetFileFromFS(currentDirectory + "/" + defaultCMFFile)
108
if err != nil {
0 commit comments