We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a344dfb + d461e00 commit 549f5fdCopy full SHA for 549f5fd
docs/self-hosted/kubernetes-migration-guide.md
@@ -166,7 +166,7 @@ it can take several minutes for this command to finish.
166
```
167
export UI_POD=$(kubectl get pods --field-selector=status.phase=Running --no-headers -o custom-columns=":metadata.name"|grep ui-)
168
kubectl cp packagist_storage.tar.gz $UI_POD:/tmp/packagist_storage.tar.gz -c ui
169
-kubectl exec $UI_POD -c ui -- /bin/sh -c "/srv/manager/bin/console packagist:self-hosted:migrate-storage import /tmp/packagist_storage.tar.gz && rm /tmp/packagist_storage.tar"
+kubectl exec $UI_POD -c ui -- /bin/sh -c "/srv/manager/bin/console packagist:self-hosted:migrate-storage import /tmp/packagist_storage.tar.gz && rm /tmp/packagist_storage.tar.gz"
170
171
172
### Start the Private Packagist application
0 commit comments