Added default org image

This commit is contained in:
frikky
2020-11-07 10:43:01 +01:00
parent a9cce3e4e8
commit 1193cf6aaf
2 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -3586,7 +3586,7 @@ func executeCloudAction(action CloudSyncJob, apikey string) error {
}
if !responseData.Success {
return errors.New(fmt.Sprintf("Error from Shuffler: %s", responseData.Reason))
return errors.New(fmt.Sprintf("Cloud error from Shuffler: %s", responseData.Reason))
}
return nil