Skip to content

Commit

Permalink
Merge pull request #232 from npamudika/2.x.x
Browse files Browse the repository at this point in the history
Fix wrong error code given when executing export-apis command again after executing for the first time
  • Loading branch information
npamudika authored Mar 27, 2020
2 parents d3edddb + 7e49840 commit 7e08218
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions import-export-cli/cmd/exportAPIs.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ package cmd
import (
"fmt"
"net/http"
"os"
"path/filepath"
"strconv"

Expand Down Expand Up @@ -178,7 +177,6 @@ func prepareResumption() {
exportRelatedFilesPath, apiListOffset)
} else {
fmt.Println("Command: export-apis execution completed !")
os.Exit(1)
}
}
}
Expand Down

0 comments on commit 7e08218

Please sign in to comment.