Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
7d8cd9c5
Commit
7d8cd9c5
authored
Oct 19, 2015
by
Wim Van de Meerssche
Committed by
Leigh B Stoller
Oct 19, 2015
Browse files
fixed missing quotes
parent
2421a178
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniStdSA.pm.in
View file @
7d8cd9c5
...
...
@@ -1281,7 +1281,7 @@ sub LookupProjectsForMember()
my $project= Project->Lookup("$project_name");
return undef if (!defined($project));
my $project_urn = GeniHRN::Generate(@OURDOMAIN@, '
project
', $project_name);
my $project_urn = GeniHRN::Generate(
'
@
OURDOMAIN
@
'
, '
project
', $project_name);
push(@{ $result }, {
'
PROJECT_URN
' => $project_urn,
'
PROJECT_ROLE
' => $geni_role,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment