summaryrefslogtreecommitdiffstats
path: root/cmd/commands/import.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/commands/import.go')
-rw-r--r--cmd/commands/import.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/commands/import.go b/cmd/commands/import.go
index 4058d175a..c572ec53a 100644
--- a/cmd/commands/import.go
+++ b/cmd/commands/import.go
@@ -130,6 +130,7 @@ func bulkImportCmdF(command *cobra.Command, args []string) error {
if lineNumber != 0 {
cmd.CommandPrettyPrintln(fmt.Sprintf("Error occurred on data file line %v", lineNumber))
}
+ return err
} else {
if apply {
cmd.CommandPrettyPrintln("Finished Bulk Import.")