diff options
author | David Tardon <dtardon@redhat.com> | 2012-06-22 13:56:30 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-06-22 13:57:36 +0200 |
commit | 20b2d07bde44078c7627a9cc08394cf496081b2b (patch) | |
tree | 01f0c8c921556a4ca0914bb01ce847e0d0522e43 /scp2 | |
parent | d29318c78a13f5de031d181b79a655d324ecdf25 (diff) |
add missing quotes
Change-Id: Ic93eebd5fbad25479560e56cd3a2c1da035da45d
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/python/file_python.scp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index 8ffc79c7c20a..305a3e64879f 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -353,7 +353,7 @@ End Directory gid_Dir_Py_PythonCore_Bin ParentID = gid_Dir_Py_PythonCore; - HostName = bin; + HostName = "bin"; End File gid_File_Py_Python_Bin |