Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Using PPA for firefox stable package too
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Sep 26, 2022
1 parent f761a3c commit fe02c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/firefox.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func (c *Firefox) channelToBuildArgs() []string {
case "esr":
return []string{"PACKAGE=firefox-esr", "PPA=ppa:mozillateam/ppa"}
default:
return []string{}
return []string{"PPA=ppa:mozillateam/ppa"}
}
}

Expand Down

0 comments on commit fe02c08

Please sign in to comment.