summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgitlab2
1 files changed, 2 insertions, 0 deletions
diff --git a/gitlab b/gitlab
index 0a7e69f..d197ef3 100755
--- a/gitlab
+++ b/gitlab
@@ -96,6 +96,8 @@ if action == "create":
except Exception as e:
die("Impossible to create object (%s)" % str(e))
+ o.pretty_print()
+
sys.exit(0)
elif action == "list":