Skip to content

Commit b48bddc

Browse files
Rodrigo NavarroRodrigo Navarro
Rodrigo Navarro
authored and
Rodrigo Navarro
committed
fix(cmf): fix amend command, removed check tree action in amend command
1 parent fc33713 commit b48bddc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmf/cmf.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ func (cmfInstance *cmf) CommitChanges() {
102102

103103
// CommitAmend perform a commit amend over current repository
104104
func (cmfInstance *cmf) CommitAmend() {
105-
cmfInstance.repository.CheckWorkspaceChanges()
106105
currentDirectory, _ := cmfInstance.fs.GetCurrentDirectory()
107106
cmfFile, err := cmfInstance.fs.GetFileFromFS(currentDirectory + "/" + defaultCMFFile)
108107
if err != nil {

0 commit comments

Comments
 (0)