Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yeager-eren committed Dec 30, 2023
1 parent 27012e8 commit ee2184b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/common/git.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,7 @@ export async function addFileToStage(path) {
export async function push(options) {
const { steupRemote, branch, remote = 'origin' } = options;

const pushOptions = [];

let pushOptions = [];
if (steupRemote) {
if (!branch) {
throw new CustomScriptError(
Expand Down

0 comments on commit ee2184b

Please sign in to comment.