mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-04 13:22:36 +00:00 
			
		
		
		
	defect 3673: fix a typo which affects the nodeset next
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16894 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		@@ -91,7 +91,7 @@ sub setdestiny {
 | 
			
		||||
    $chaintab = xCAT::Table->new('chain',-create=>1);
 | 
			
		||||
    my @nodes=@{$req->{node}};
 | 
			
		||||
 | 
			
		||||
    @ARGV = @{$request->{arg}};
 | 
			
		||||
    @ARGV = @{$req->{arg}};
 | 
			
		||||
    my $noupdateinitrd;
 | 
			
		||||
    GetOptions('noupdateinitrd' => \$noupdateinitrd,);
 | 
			
		||||
    
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user