We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7fb6b3 commit e11576fCopy full SHA for e11576f
completion/available/flutter.completion.bash
@@ -1,5 +1,5 @@
1
-#!/usr/bin/bash
+# shellcheck shell=bash
2
3
if _command_exists flutter; then
4
- eval "$(flutter bash-completion)"
+ eval "$(flutter bash-completion)"
5
fi
0 commit comments