mirror of
				https://github.com/optim-enterprises-bv/secureblue.git
				synced 2025-11-03 20:07:53 +00:00 
			
		
		
		
	fix: justfile typo
This commit is contained in:
		@@ -509,7 +509,7 @@ audit-secureblue:
 | 
				
			|||||||
        print_status "$ENVIRONMENT_TEST_STRING" "$STATUS_WARNING"
 | 
					        print_status "$ENVIRONMENT_TEST_STRING" "$STATUS_WARNING"
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if command -v flatpak &> /dev/null
 | 
					    if command -v flatpak &> /dev/null; then
 | 
				
			||||||
        remotes="$(flatpak remotes -d)"
 | 
					        remotes="$(flatpak remotes -d)"
 | 
				
			||||||
        while read -r remote ; do
 | 
					        while read -r remote ; do
 | 
				
			||||||
            ref="$(cut -f 1 <<<"$remote")"
 | 
					            ref="$(cut -f 1 <<<"$remote")"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user