Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vbem committed Oct 8, 2023
1 parent faeb051 commit 8c82c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mr.bash
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ function mr::main {
--labels) labels="$2"; shift 2 ;;
--token) token="$2"; shift 2 ;;
--group) group="$2"; shift 2 ;;
--dotenv) dotenv="$dotenv$2"$'\n'; shift 2 ;;
--dotenv) dotenv+="$2"$'\n'; shift 2 ;;
--) shift ; break ;;
*) log::stderr ERROR "Invalid option '$1'! See '$FILE_THIS help'."; return 255;;
esac
Expand Down

0 comments on commit 8c82c3e

Please sign in to comment.