diff --git a/force-app/main/default/objects/GGW_Selected_Item__c/fields/GGW_Section__c.field-meta.xml b/force-app/main/default/objects/GGW_Selected_Item__c/fields/GGW_Section__c.field-meta.xml
index faa2643..0d05df4 100644
--- a/force-app/main/default/objects/GGW_Selected_Item__c/fields/GGW_Section__c.field-meta.xml
+++ b/force-app/main/default/objects/GGW_Selected_Item__c/fields/GGW_Section__c.field-meta.xml
@@ -5,7 +5,7 @@
Link to section
false
Link to section
-
+
GGW_Section__c
Selected Items
Selected_Items
diff --git a/scripts/dx/sforg b/scripts/dx/sforg
index e75a9db..813c37f 100755
--- a/scripts/dx/sforg
+++ b/scripts/dx/sforg
@@ -28,6 +28,8 @@ sf org create scratch --target-dev-hub labsDevHub --alias $ORG_ALIAS --definitio
# Push source
echo "--- PUSH SOURCE FOR: $ORG_ALIAS"
sf project deploy start --target-org $ORG_ALIAS || { echo 'Source push failed' ; exit 1; }
+# To pull source from scxratch org
+# sf project retrieve start --target-org $ORG_ALIAS
# Assign Permission Set to users
echo "--- ASSIGN PERMISSIONS FOR: $ORG_ALIAS"