From 79eadc354006be6a352b23692ec02a5ee86af390 Mon Sep 17 00:00:00 2001 From: Daniel Galizi Date: Tue, 14 Dec 2021 09:25:52 +0100 Subject: [PATCH] Update 06_package_mover.ipynb --- .../00_ibc_to_ibc_movers/06_package_mover.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/00_manage_celonis/00_ibc_to_ibc_movers/06_package_mover.ipynb b/00_manage_celonis/00_ibc_to_ibc_movers/06_package_mover.ipynb index 9972a44..fc12975 100644 --- a/00_manage_celonis/00_ibc_to_ibc_movers/06_package_mover.ipynb +++ b/00_manage_celonis/00_ibc_to_ibc_movers/06_package_mover.ipynb @@ -90,7 +90,7 @@ "metadata": {}, "source": [ "#### Push package to the destination team\n", - "(Hint: Press tab to autocomplete the file name)" + "Set the destination space to push the package: Studio Top Left > Three dot Button (Hint: Press tab to autocomplete the file name)" ] }, { @@ -107,7 +107,7 @@ } ], "source": [ - "!content-cli push package --file 'downloaded_zip_file_in_previous_step'" + "!content-cli push package --spaceKey --file 'downloaded_zip_file_in_previous_step'" ] } ], @@ -132,4 +132,4 @@ }, "nbformat": 4, "nbformat_minor": 4 -} \ No newline at end of file +}