diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-19 11:09:51 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-19 11:09:51 -0300 |
commit | 01faa0e52ebeab59fca7d312fc5851f868b46c94 (patch) | |
tree | 0bc05d2ad4034cdd247317da0d59d284b5fbeb75 /firefox-dev | |
parent | 80cfb185fa2ccd974f9caa7d82065c7f8ad4e0fa (diff) | |
download | firefoxer-01faa0e52ebeab59fca7d312fc5851f868b46c94.tar.gz firefoxer-01faa0e52ebeab59fca7d312fc5851f868b46c94.tar.bz2 |
Fix: attempt to fix the chrome syncing workflow
Diffstat (limited to 'firefox-dev')
-rwxr-xr-x | firefox-dev | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-dev b/firefox-dev index b04714c..dc3e3c4 100755 --- a/firefox-dev +++ b/firefox-dev @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Wrapper around firefox developer edition # |