Skip to content
Snippets Groups Projects
Commit e1c07d8d authored by Jani Nikula's avatar Jani Nikula
Browse files

qf: fix shellcheck warning


In qf line 411:
git reset --hard $(git rev-parse --abbrev-ref @{u})
 ^-- SC1083: This { is literal. Check expression (missing ;/\n?) or quote it.
 ^-- SC1083: This } is literal. Check expression (missing ;/\n?) or quote it.

Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Fixes: 0db98111 ("qf: Make qf_pull -f forcibly clean")
Acked-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
parent d9d3c68f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment