summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/custodian-parse-execute2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/custodian-parse-execute b/bin/custodian-parse-execute
index a99246e..2a75629 100755
--- a/bin/custodian-parse-execute
+++ b/bin/custodian-parse-execute
@@ -39,7 +39,7 @@ end
# Create the object
#
begin
- c = TestFactory.create( txt )
+ c = Custodian::TestFactory.create( txt )
puts "created object of class type #{c.class}"
puts ".to_s : #{c.to_s}"