Skip to content

Commit

Permalink
fix: correct "already in base branch" message
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m authored Oct 16, 2019
1 parent a498012 commit 1069d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ async function main() {
);

if (currentBranch === DEFAULT_BRANCH) {
core.info(`Already in basen branch "${branch}".`);
core.info(`Already in base branch "${currentBranch}".`);
} else {
core.debug(`rebase all local changes on base branch`);
await runShellCommand(
Expand Down

0 comments on commit 1069d84

Please sign in to comment.