We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc36d0 commit e627611Copy full SHA for e627611
tools/make_package.py
@@ -104,7 +104,7 @@ def build_on_remote_host(self):
104
"mkdir -p ~/build/",
105
"rm -rf ~/build/pfsense-api",
106
"git clone https://github.com/jaredhendrickson13/pfsense-api.git ~/build/pfsense-api/",
107
- "git -C ~/build/pfsense-api checkout " + self.args.branch,
+ f"git -C ~/build/pfsense-api checkout '{self.args.branch}'",
108
"composer install --working-dir ~/build/pfsense-api",
109
"rm -rf ~/build/pfsense-api/vendor/composer && rm ~/build/pfsense-api/vendor/autoload.php",
110
"cp -r ~/build/pfsense-api/vendor/* ~/build/pfsense-api/pfSense-pkg-API/files/etc/inc/",
0 commit comments